Home | History | Annotate | Download | only in doc

Lines Matching full:modifier

28 Behave as if each regex has the \fB/B\fP (show bytecode) modifier; the internal
36 Behave as if each regex has the \fB/D\fP (debug) modifier; the internal
49 Behave as if each regex has the \fB/I\fP modifier; information about the
71 Behave as if each regex has the \fB/P\fP modifier; the POSIX wrapper API is
156 "the \fB/i\fP modifier", even though the delimiter of the pattern need not
158 appear between the final pattern delimiter and the first modifier, and between
163 \fBpcre_compile()\fP is called. These four modifier letters have the same
198 As well as turning on the PCRE_UTF8 option, the \fB/8\fP modifier also causes
212 by the \fB/g\fP or \fB/G\fP modifier. After finding a match, PCRE is called
225 using the \fB/g\fP modifier or the \fBsplit()\fP function. Normally, the start
237 The \fB/+\fP modifier requests that as well as outputting the substring that
242 The \fB/B\fP modifier is a debugging feature. It requests that \fBpcretest\fP
249 The \fB/D\fP modifier is a PCRE debugging feature, and is equivalent to
252 The \fB/F\fP modifier causes \fBpcretest\fP to flip the byte order of the
257 \fB/P\fP pattern modifier is specified. See also the section about saving and
260 The \fB/I\fP modifier requests that \fBpcretest\fP output information about the
265 The \fB/K\fP modifier requests \fBpcretest\fP to show names from backtracking
275 The \fB/L\fP modifier must be followed directly by the name of a locale, for
280 For this reason, it must be the last modifier. The given locale is set,
283 regular expression. Without an \fB/L\fP (or \fB/T\fP) modifier, NULL is passed
287 The \fB/M\fP modifier causes the size of memory block used to hold the compiled
290 The \fB/S\fP modifier causes \fBpcre_study()\fP to be called after the
294 The \fB/T\fP modifier must be followed by a single digit. It causes a specific
310 The \fB/P\fP modifier causes \fBpcretest\fP to call PCRE via the POSIX wrapper
322 The \fB/+\fP modifier works as described above. All other modifiers are
470 If the \fB/P\fP modifier was present on the pattern, causing the POSIX wrapper
476 of the \fB/8\fP modifier on the pattern. It is recognized always. There may be
546 escapes, or as \ex{...} escapes if the \fB/8\fP modifier was present on the
548 pattern has the \fB/+\fP modifier, the output for substring 0 is followed by
556 If the pattern has the \fB/g\fP or \fB/G\fP modifier, the results of successive
660 result of the \fB/C\fP pattern modifier. In this case, instead of showing the
696 the pattern (using the \fB/L\fP modifier). In this case, the \fBisprint()\fP
705 inteface to PCRE is being used, that is, when the \fB/P\fP pattern modifier is