Posted by jussij on 09/19/05 04:14
> Problem, remove the special character, [ from text.
> e.g. text =
> "this is [1] and [stuff] and some [2] and hat [3] and dog"
>
> Desired result =
> "this is 1 and [stuff] and some 2 and hat 3 and dog"
Using the Zeus editor:
http://www.zeusedit.com
These are the search and replace regular expresions:
Search: (\[)([0-9]+)(\])
Replace: \2
Note: Zeus is shareware (45 day trial).
Jussi Jumppanen
Author: Zeus for Windows
Navigation:
[Reply to this message]
|