Lines Matching refs:syntax
32 sion pattern matching using the same syntax and semantics as Perl, with
35 tax, there is some support for one or two .NET and Oniguruma syntax
87 tern and pcrecompat pages. There is a syntax summary in the pcresyntax
165 pcrepattern syntax and semantics of supported
172 pcresyntax quick syntax reference
2457 42 syntax error in subpattern name (missing terminator)
4739 The syntax and semantics of the regular expressions that are supported
4741 tax summary in the pcresyntax page. PCRE tries to match Perl syntax and
4743 regular expression syntax (which does not conflict with the Perl syn-
4945 syntax)
5065 graphs describe the old, ambiguous syntax.
5099 syntax must not be introduced by a leading zero, because no more than
5165 For compatibility with Oniguruma, the non-Perl syntax \g followed by a
5167 an alternative syntax for referencing a subpattern as a "subroutine".
5168 Details are discussed later. Note that \g{...} (Perl syntax) and
5169 \g<...> (Oniguruma syntax) are not synonymous. The former is a back
5902 POSIX syntax [.ch.] and [=ch=] where "ch" is a "collating element", but
5947 ugly syntax [[:<:]] and [[:>:]] is used for matching "start of word"
6144 the Python syntax. PCRE now supports both the Perl and the Python syn-
6253 the syntax of a quantifier, is taken as a literal character. For exam-
6444 The possessive quantifier syntax is an extension to the Perl 5.8 syn-
6500 subpattern whose number is 10 or more using this syntax because a
6517 ity that is present in the older syntax. It is also useful when literal
6548 subpatterns. The .NET syntax \k{name} and the Perl syntax \k<name> or
6549 \k'name' are supported, as is the Python syntax (?P=name). Perl 5.10's
6550 unified back reference syntax, in which \g can be used for both numeric
6577 \g{ syntax or an empty comment (see "Comments" below) can be used.
6853 Perl uses the syntax (?(<name>)...) or (?('name')...) to test for a
6855 PCRE, which had this facility before Perl, the syntax (?(name)...) is
6882 syntax for recursive patterns is described below.
6974 it supports special syntax for recursion of the entire pattern, and
7020 syntax for this is (?&name); PCRE's earlier syntax (?P>name) is also
7165 If the syntax for a recursive subpattern call (either by number or by
7207 For compatibility with Oniguruma, the non-Perl syntax \g followed by a
7209 an alternative syntax for referencing a subpattern as a subroutine,
7211 ten using this syntax:
7221 Note that \g{...} (Perl syntax) and \g<...> (Oniguruma syntax) are not
7284 The new verbs make use of what was previously invalid syntax: an open-
7690 The full syntax and semantics of the regular expressions that are sup-
7692 document contains a quick-reference summary of the syntax.
7942 after one of the newline or \R options with similar syntax. More than
7962 option settings with a similar syntax.
7974 option setting with a similar syntax.
9605 POSIX-like in style. The syntax and semantics of the regular expres-