PHP preg_match, preg_match_all and ereg gadget

test your regular expression

This gadget lets you test the effect of php preg_match, preg_match_all and ereg expressions. Enter the parameters to the expression, then click submit. The result will be displayed below.

PatternStringMatches(Flags)(Offset)
preg_match
preg_match_all
ereg
( , , $ResultArray, PREG_OFFSET_CAPTURE, )

Examples of usage:

  • using preg_match or preg_match_all: Pattern=/X/ String=aaaaXaaaaXaaaaX Try it
  • using ereg: Pattern=X String=aaaaXaaaaXaaaaX Try it

PHP preg_match

Find out more about regular expressions

RgExLib

http://regexlib.com - a great site for finding expressions
© Steve Lockwood - 0121 288 2573 - Skype steve.lockwood - email