Home | History | Annotate | Download | only in doc

Lines Matching full:rewrite

4747        and  named  references,  is  also supported. We could rewrite the above
5197 supported. We could rewrite the above example as follows:
6658 better to try to rewrite your pattern to use less memory if you can.
7346 You can replace the first match of "pattern" in "str" with "rewrite".
7347 Within "rewrite", backslash-escaped digits (\1 to \9) can be used to
7349 tern. \0 in "rewrite" refers to the entire matching text. For example:
7358 of the pattern in the string with the rewrite. Replacements are not
7367 Extract is like Replace, except that if the pattern matches, "rewrite"