Select Git revision
regex
-
-
- Open in your IDE
- Download source code
- Download this directory
Bruce Momjian
authored
The specification of this function is as follows. regexp_replace(source text, pattern text, replacement text, [flags text]) returns text Replace string that matches to regular expression in source text to replacement text. - pattern is regular expression pattern. - replacement is replace string that can use '\1'-'\9', and '\&'. '\1'-'\9': back reference to the n'th subexpression. '\&' : entire matched string. - flags can use the following values: g: global (replace all) i: ignore case When the flags is not specified, case sensitive, replace the first instance only. Atsushi Ogawa
Name | Last commit | Last update |
---|---|---|
.. | ||
COPYRIGHT | ||
Makefile | ||
re_syntax.n | ||
regc_color.c | ||
regc_cvec.c | ||
regc_lex.c | ||
regc_locale.c | ||
regc_nfa.c | ||
regcomp.c | ||
rege_dfa.c | ||
regerror.c | ||
regexec.c | ||
regfree.c |