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.
Examples of usage:
- using preg_match or preg_match_all: Pattern=/X/ String=aaaaXaaaaXaaaaX Try it
- using ereg: Pattern=X String=aaaaXaaaaXaaaaX Try it
