Ack, that should have been:

replace "###" with "\#\#\#" in someText
replace "***" with "###" in someText
filter someText with "*###*" 
replace "###" with "***" in someText
replace "\#\#\#" with "###" in someText

gc

Reply via email to