Page 1 of 1

Regular Expression syntax

Posted: Tue Apr 25, 2006 3:25 pm
by joconnell
I'd like to see TextPad's regular expressions based on the syntax used by Javascript and Perl (they're the same RE syntax yes?). It's much more intuitive for us web developers and is less verbose than the Unix and POSIX syntax.

I'm not suggesting you do away with POSIX or Unix syntax, it'd just be great to see Javascript/Perl syntax as a configurable option.

Many thanks for a great app and hopefully we'll see a major update release soon!

Johno

Posted: Sun Aug 26, 2007 3:33 pm
by Zhiroc
Let me also add a request to implement full Perl regular expression syntax as described here.

It has become, it seems a defacto new standard for REs and is also (with some differences) the syntax supported in the Java Pattern class.

Word boundary (\b), non-greedy (.*?), and lookahead/lookbehind ((?=)) matches are all very useful.

Regular Expression Syntax

Posted: Tue Nov 06, 2007 12:36 pm
by DAndres109
Adding full Perl-compatible regular expression syntax to TextPad and WildEdit would be great. To echo everyone else in this post, the .NET RE syntax is also based off of Perl, and I find myself wading through the Help File everytime I want to use this functionality.

Posted: Wed Mar 12, 2008 6:05 am
by Zhiroc
Bumping this....

Please, please update to a modern PCRE-based engine!

Posted: Thu Jul 19, 2012 10:34 pm
by MigrantFirmWorker
This would be at the top of my wish list. I am quite familiar with Perl RE syntax, but I *always* have to pull up the help documentation to use RE in TextPad.