Displaying page
of
pages;
Items to
Title |
Test
Details
Match PCRE Modifiers (At Least in PHP)
|
Expression |
/[^imsxeADSUXu]([imsxeADSUXu]*)$/
|
Description |
This matches the modifiers section of a properly formed PCRE RegEx (at least in PHP). This of course assumes that the delimiters are not any of the modifiers letters, if that's even possible.
|
Matches |
/asher/is | /(a|the)\spattern/imxe
|
Non-Matches |
/pattern/mjhlk
|
Author |
Rating:
Asher Holley
|
Displaying page
of
pages;
Items to