Lines Matching full:modifiers
19 <li><a name="TOC4" href="#SEC4">PATTERN MODIFIERS</a>
187 <br><a name="SEC4" href="#TOC1">PATTERN MODIFIERS</a><br>
189 A pattern may be followed by any number of modifiers, which are mostly single
192 always be a slash, and no slash is used when writing modifiers. Whitespace may
194 the modifiers themselves.
197 The <b>/i</b>, <b>/m</b>, <b>/s</b>, and <b>/x</b> modifiers set the PCRE_CASELESS,
204 The following table shows additional modifiers for setting PCRE compile-time
228 The modifiers that are enclosed in angle brackets are literal strings as shown,
266 Other modifiers
269 There are yet more modifiers for controlling the way <b>pcretest</b>
288 <b>/BI</b>, that is, both the <b>/B</b> and the <b>/I</b> modifiers.
356 API rather than its native API. When <b>/P</b> is set, the following modifiers
367 The <b>/+</b> modifier works as described above. All other modifiers are
690 compiled pattern to a file, by following the modifiers with > and a file name.