PHP Function List
pcre.pattern.syntax doesn't exist. Closest matches:
- cairo_pattern_status
- cairo_pattern_set_matrix
- cairopattern
- cairopatterntype
- cairo_pattern_get_matrix
- cairo_pattern_set_extend
- pdf_create_gstate
- pdf_create_annotation
- ps_end_pattern
- cairo_pattern_get_rgba
- pdf_end_pattern
- ncurses_attrset
- cairosurfacepattern
- ncurses_wattrset
- ps_begin_pattern
- php_check_syntax
- cairogradientpattern
- cairo_pattern_set_filter
- cairo_pattern_get_extend
- cairo_pattern_get_surface
Site Search Results
-
add a note User Contributed Notes PCRE regex syntax ... Another as yet unresolved discrepancy is that in Perl 5.005_02 the pattern /^(a)?(?(1)a|b)+$/ matches the string "a", whereas in PCRE it does not.
-
PCRE Patterns PCRE regex syntax — Pattern Syntax Possible modifiers in regex patterns — Pattern Modifiers Differences From Perl — Perl Differences Differences from POSIX regex PCRE Functions preg_filter — Perform a regular expression search and replace
-
PCRE regex syntax Examples [edit] Last updated: Fri, 11 May 2012 view this page in PCRE Patterns Table of Contents PCRE regex syntax Possible modifiers in regex patterns Differences From Perl Differences from POSIX regex
-
which written in PHP syntax will look like: [abc]* will match any string built of a, b or c letters ... Another as yet unresolved discrepancy is that in Perl 5.005_02 the pattern /^(a)?(?(1)a|b)+$/ matches the string "a", whereas in PCRE it does not.
-
The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5, with just a few differences (see below). The current implementation corresponds to Perl 5.005.
-
Possible modifiers in regex patterns - ManualPCRE PCRE Patterns PCRE regex syntax Possible modifiers in regex patterns Differences From Perl Differences from POSIX regex ... with the PCRE_UTF8 option flag, or the pattern must start with the sequence (*UTF8). When either of these is the case ...
-
PCRE regex syntax Introduction Delimiters Meta-characters Escape sequences Unicode character properties Anchors ... Now, any character that could possibly be seen as a newline will be interpreted as a newline by the PCRE. NOTE: This pattern has been ...
-
The syntax and semantics of the regular expressions supported by PCRE are described below. Regular expressions are also described in the Perl ... Most characters stand for themselves in a pattern, and match the corresponding characters ...
-
If I had used the more common / for PCRE quoting I would've had to escape those too. #/\*.*?\*/#s ^ The ? prevents the regex from being greedy. See halfway down this page: http://www.php.net/manual/en/reference.pcre.pattern.syntax.php
-
Differences from POSIX regex - ManualPCRE PCRE Patterns PCRE regex syntax Possible modifiers in regex patterns Differences From Perl Differences from POSIX regex ... The PCRE functions require that the pattern is enclosed by delimiters. Unlike POSIX, the PCRE extension does not have ...

Other forms of search
To search the string "pcre.pattern.syntax" using other options, try searching:
- Only the documentation
- Only this mirror
- The entire php.net domain
- pear.php.net
- pecl.php.net
- The Bug DB
- php-general mailing list
- Internals mailing list
- Documentation mailing list
For a quick overview over all documented PHP functions, click here.
