OT: need advice with regex
Tiemo Hollmann TB
toolbook at kestner.de
Thu Jul 19 05:56:32 EDT 2012
Hi,
I want to replace a string with an opening and closing square bracket and
any sign in between with three question marks, like this
put replacetext(tFilter,"[?]","???") into tFilter
I tried to escape the square brackets like this:
put replacetext(tFilter,"\[?\]","???") into tFilter
and get as a result in tFilter only the second bracket replaced.
What am I doing wrong? Thank you
Tiemo
More information about the use-livecode
mailing list