would be really good to have find and replace with regular expressions :-)
Examples: (want to have a space before brackets) 1. Search String: ([^ ])\( Replace String: \0 (
2. Search String: ([^ ])\[ Replace String: \0 [
:-)
Logged In: YES user_id=66544
Interesting and useful. Would need to use a regexp library
Log in to post a comment.
Logged In: YES
user_id=66544
Interesting and useful. Would need to use a regexp library