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
Regular Expression syntax
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
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.
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.
-
- Posts: 1
- Joined: Tue Nov 06, 2007 12:30 pm
Regular Expression Syntax
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.
-
- Posts: 4
- Joined: Thu Jul 19, 2012 6:54 pm
- Location: Utah, USA