- Posted by
- Hi Jarva, Mofi's regexes are ok but if you want to use a more exact pattern then the following one (Perl syntax) could be useful. And it also demonstrates the use of DEFINE ;) F: (?(DEFINE)(?<refnum>\d+(?:-\d+)?)) +\[(?&refnum)(?:,(?&refnum))*\] R: <leave it empty> This pattern respects the inner s...Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- fleggy
Apr 14, 2023
- Search with the Unix or Perl regular expression engine of UltraEdit for " * \ [ [\d \ -, ]+ \ ] " without the double quotes used here just to let you see that the search expression starts with a space character and use an empty replace string. There can be used also the UltraEdit regular expression ...Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- Mofi
Apr 13, 2023