Add support for Perl5/JavaScript regular expressions

Ideas for new features

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply

Add support for Perl5/JavaScript regular expressions

Important, even if the size/efficiency of TextPad increases/degrades
14
74%
Important, even if the size/efficiency of TextPad increases/degrades
0
No votes
Somewhat important
1
5%
Somewhat important
0
No votes
I'm okay either way
3
16%
I'm okay either way
0
No votes
Somewhat unimportant
1
5%
Somewhat unimportant
0
No votes
Unimportant, even if the size/efficiency of TextPad remains unaffected
0
No votes
Unimportant, even if the size/efficiency of TextPad remains unaffected
0
No votes
 
Total votes: 19

csalsa
Posts: 20
Joined: Mon Jul 14, 2003 1:36 am

Add support for Perl5/JavaScript regular expressions

Post by csalsa »

I am a regular user of regular expressions :D

I would support added for support for Perl5/JavaScript regular expressions. Thus I can use regular expressions as they are given from books and web sites such as Regular Expression Library

For example, Perl5/JavaScript uses character classes:
  • \w Matches on any word character
  • \W Matches on any non-word character
  • \s Matches on any white-space character
  • \d Matches on any digit character
  • \D Matches on any non-digit character
paul-white

Post by paul-white »

The lack of proper regular expression support is the main reason I have looked at other editors. Hopefully this will be addressed in the version 5.
ben_josephs
Posts: 2459
Joined: Sun Mar 02, 2003 9:22 pm

Post by ben_josephs »

You might be interested in glancing at WildEdit (http://www.textpad.com/products/wildedit/), which uses the powerful Boost regular expression recogniser.
Post Reply