User Tools

Site Tools


syntax:functions:regexreplace

This is an old revision of the document!


RegexReplace(text, replacement_text, regex_text)

Replaces the first substring that matches the regular expression pattern with the given replacement text string.

Example Result
regexreplace(' 12345678', ‘ABCD’,'^\d{4}') ABCD5678

See also

syntax/functions/regexreplace.1606430873.txt.gz · Last modified: 2020/11/26 17:47 by dmitry

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki