Demos » Regular expressions by example
Use this form to test these regular expression examples. Check for each pattern if some kind of value is valid or not. This is jusr a regex example, there is much more you kan do with regular expressions.
All patterns are optimized to use with the PHP function preg_match (note the leading and the trailing slash).
Related PHP functions:
preg_match | preg_replace | preg_match_all | preg_quote
Click here for the PHP script: Regex example patterns