Other Resources:
Testing Regular Expression Match Patterns
To help you learn and test regular expression match patterns, FYIcenter.com has designed this online testing page using the PHP preg_match_all(pattern, subject, matches) funtion. Enter the pattern string and the subject string in the form below and click the "Try" button.
✍: FYIcenter.com
Popular Posts:
A free online regular expression test tool that allows to try you regular expression pattern and see...
How to write a regular expression to parse key-value entries from Windows .INI files? Here is an exa...
How to write a regular expression to validate GUID (Globally Unique IDentifier) or UUID (Universally...
All credit card numbers issued by American Express must start with 34 or 37 and have 15 digits. For ...
Are you having problems using regular expressions when processing text strings in your applications ...