- Posted by
- Thanx again, you pointed met into the right direction. The correct syntax is: UltraEdit.activeDocument.findReplace.find("[\\[\\]{}()]"); The "\\" is never not necessary in Perl or in JS when using the "/" delimiter, indicating that you work on a RegExp and not a plain text string. I would prefer syn...Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- heilu
Jun 23, 2008
- Hi Bego, thanks for your feedback. But I do not want to find | or \, but brackets/braces . The "|" was ment as alteration, the "\" to quote the characters with special meaning in RegExp i.e. "\[" and "\]" in classes, "\(" and "\)" outside! But thanks anyway ...Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- heilu
Jun 23, 2008
- I'm using UE 13.10a+1. Glad to have got a powerfull scripting engine - I never liked UE Macros as "programming language" - I've found that the Perl regular expression engine within Javascript behaves very strange. First I've wondered, why there is an extra object/method to use: UltraEdit.activeDocum...Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- heilu
Jun 23, 2008