Regular Expressions tester

Regular expressions are very handy for pattern matching and string manipulation, and they are available in some form (and with varying limitations) in most computer programming languages. This page provides a handy way to test your regular expressions, using JavaScript.

RegEx:
Flags:
Input string:
Output string:

NB: JavaScript does not recognise certain regular expression operators. Particularly annoying is the lack of a negative look-behind operator: ?<=

This software is licensed under the GNU Lesser General Public License.

Back to the Free Software page