I personally think full support for Regular Expressions should be a priority, rather than adding support for ASP.NET etc ( just give users the ability to create their own syntax highlighting file ).
A few regex library are mentioned at the bottom of this article: http://en.wikipedia.org/wiki/Regular_expressions
Important Feature Request: Regular Expressions
Moderator: kfury77
Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
- Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
- Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
- Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
Thanks for the info, but it's not support for "full" regular expressions
For example I couldn't do the following:
Text: House 1234 House 3455 House 5677
Find : House ([0-9]{1,4})
Replace: Mouse \1
Should then be: Mouse 1234 Mouse 3455 Mouse 5677
Rapid PHP is really a nice piece of software, nice GUI, nice setup etc, but in my opinion 2 vital parts are missing:
1. Full support for regular expressions
2. Ability for end users to create syntax highlighting, autocomplete etc ( would give you the developer more time to focus on other things, rather than implementing syntax highlighting for each language request )
Anyway, I'm currently evaluating different text editors and I hope Rapid PHP 2006 will have better RegEx support. If so, consider yourself to have a new customer
For example I couldn't do the following:
Text: House 1234 House 3455 House 5677
Find : House ([0-9]{1,4})
Replace: Mouse \1
Should then be: Mouse 1234 Mouse 3455 Mouse 5677
Rapid PHP is really a nice piece of software, nice GUI, nice setup etc, but in my opinion 2 vital parts are missing:
1. Full support for regular expressions
2. Ability for end users to create syntax highlighting, autocomplete etc ( would give you the developer more time to focus on other things, rather than implementing syntax highlighting for each language request )
Anyway, I'm currently evaluating different text editors and I hope Rapid PHP 2006 will have better RegEx support. If so, consider yourself to have a new customer
