Lines Matching refs:text

3 text format for ease of searching with a text editor, or for use on systems
6 the pcredemo program. There are separate text files for the pcregrep and
144 In the plain text format, the descriptions of the pcregrep and pcretest
481 If there is an error while compiling a pattern, the error text that is
809 If there is an error while compiling a pattern, the error text that is
870 using CMake instead of configure. The text file README contains general
875 "by hand") in the text file called NON-AUTOTOOLS-BUILD. You should
1215 By default, pcregrep reads all files as plain text. You can build it so
1853 argument of pcre_compile(), or it can be specified by special text at
2230 matched text may continue over the newline.
5001 terminates a pattern, but when a pattern is being prepared by text
6809 If the text between the parentheses consists of a sequence of digits,
7056 recursion. Consider this pattern, which matches text in angle brack-
7491 tered. (*SKIP) signifies that whatever text was matched leading up to
9036 At this stage, an application could discard the text preceding "23ja",
9037 add on text from the next segment, and call the matching function
9797 The "FullMatch" operation checks that supplied text matches a supplied
9812 You can pass in a "const char*" or a "string" for "text". The examples
9852 a. "text" matches "pattern" exactly;
9899 match any substring of the text.
9913 By default, pattern and text are plain text, one byte per character.
9915 string to be treated as UTF-8 text, still a byte stream but potentially
9916 multiple bytes per character. In practice, the text is likelier to be
9918 flag, so always use it when matching UTF8 text. For example, "." will
10046 advance "input" so it points past the matched text.
10058 text is interpreted as a base-10 number. You can instead wrap the
10060 to interpret the text in another base. The CRadix operator interprets
10078 insert text matching corresponding parenthesized group from the pat-
10079 tern. \0 in "rewrite" refers to the entire matching text. For example:
10099 non-matching portions of "text" are ignored. Returns true iff a match