RegExp online tester

Share interesting information or links related to portable apps here.
Post Reply
Message
Author
User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

RegExp online tester

#1 Post 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/

User avatar
Andrew Lee
Posts: 3052
Joined: Sat Feb 04, 2006 9:19 am
Contact:

Re: RegExp online tester

#2 Post by Andrew Lee »

This is the one I use on a regular basis:

http://regex.larsolavtorvik.com/

User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

Re: RegExp online tester

#3 Post by guinness »

That is nice site because AutoIt uses the PCRE engine so this is brilliant, cheers Andrew.

User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

Re: RegExp online tester

#4 Post 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.

User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

Re: RegExp online tester

#5 Post by guinness »

Another PCRE online regular expression tool >> http://www.den4b.com/?x=tools&tool=regex

User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

Re: RegExp online tester

#6 Post 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.

carbonize
Posts: 363
Joined: Wed Jan 09, 2008 1:16 am
Location: Bristol, UK
Contact:

Re: RegExp online tester

#7 Post by carbonize »


User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

Re: RegExp online tester

#8 Post 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

User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

Re: RegExp online tester

#9 Post by guinness »

Another one I came across >> http://regex101.com/

User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

Re: RegExp online tester

#10 Post by guinness »


Post Reply