> Is there a way in RegEx to say 'replace all of these except…'?
The short answer is "yes"; (you may read any of the other replies for the
details…)
On the other hand I find it's faster (to remember than the regular expression)
to
1) search and replace all single quotes with escaped single quotes
2) search and replace all open parentheses followed by escaped single
quotes with open parentheses followed by non-escaped single quotes
3) search and replace all escaped single quotes followed by a comma with a
non-escaped single quote followed by a comma.
--
Enjoy,
George Warner
Schizophrenic Optimization Scientist
Apple Developer Technical Support (DTS)
eMail: <[email protected]>
iChat: <[email protected]>
--
You received this message because you are subscribed to the
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
<http://groups.google.com/group/bbedit?hl=en>
If you have a feature request or would like to report a problem,
please email "[email protected]" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>