Mike, thank you very much for this pointer:

On 21/02/2010, at 5:28 AM, 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.

[...]

Someone should definitely add this to the User Guide - or at the very least one 
of us should make an entry about this in the Dictionary, under 'replaceText'. 
Pleeeeeease!

Many thanks, once again,


--
Igor de Oliveira Couto
Sydney, Australia




_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to