Mike Bonner wrote:
If you want do the search/replace with regex, you can do similar to this..
put replaceText(field "Field","(?<=\d)\[","-") into tTmp
put replaceText(tTmp,"(?<!\d)\[",empty) into tComplete
This does a look behind.
Amazing, thank you. I knew there had to be a way to do this but my regex
skills aren't good enough. Very nice!
--
Jacqueline Landman Gay | [email protected]
HyperActive Software | http://www.hyperactivesw.com
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution