Add support for Perl5/JavaScript regular expressions
Posted: Sun Aug 31, 2003 1:45 am
This is a re-post of an earlier poll earlier post that Jeffy reported as invalid. So I am posting again as for me this is one of two missing critical features of Textpad. I had asked the site admin to fix the previous poll, however, the previous poll can only be deleted and not fixed. So here it is...
___________________________________________________
I am a regular user of regular expressions
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
___________________________________________________
I am a regular user of regular expressions
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