Page 1 of 1

RegExp online tester

Posted: Sun Feb 12, 2012 8:30 am
by guinness
If you're like me and find regular expressions a little hard to handle without having a place to dynamically test them at the same time, then check out this regular expression tool.

Source: http://regexpal.com/

Re: RegExp online tester

Posted: Wed Feb 15, 2012 10:44 pm
by Andrew Lee
This is the one I use on a regular basis:

http://regex.larsolavtorvik.com/

Re: RegExp online tester

Posted: Thu Feb 16, 2012 2:22 am
by guinness
That is nice site because AutoIt uses the PCRE engine so this is brilliant, cheers Andrew.

Re: RegExp online tester

Posted: Thu Feb 16, 2012 2:22 pm
by guinness
For those who use Opera, there's a RegExp script to use regular expressions in 'real life' situations.

Though I still prefer the site Andrew provided earlier.

Re: RegExp online tester

Posted: Sun Feb 19, 2012 12:44 pm
by guinness
Another PCRE online regular expression tool >> http://www.den4b.com/?x=tools&tool=regex

Re: RegExp online tester

Posted: Wed Mar 14, 2012 8:23 am
by guinness
Came across this >> http://gskinner.com/RegExr/ and apart from the lovely UI, it also appears to have a community section with users who have uploaded RegExp patterns. Very nice indeed.

Re: RegExp online tester

Posted: Wed Mar 14, 2012 11:55 am
by carbonize

Re: RegExp online tester

Posted: Sun Mar 02, 2014 2:23 pm
by guinness
Another one I have recently been using is http://rubular.com/, because you create a permalink to the regular expression with the data included too. The regular expression engine in Ruby is very similar to PCRE.

https://en.wikipedia.org/wiki/Compariso ... on_engines

Re: RegExp online tester

Posted: Thu Mar 06, 2014 10:26 am
by guinness
Another one I came across >> http://regex101.com/

Re: RegExp online tester

Posted: Wed Mar 12, 2014 10:45 am
by guinness