Filter and the Question Mark (escaping ? in regex)

Thierry Douez th.douez at gmail.com
Wed Jan 23 06:30:38 EST 2013


Hi Malte,

for any position of ? in a line:  filter tText with "*[?]*"

for the last char of a line:  filter tText with "*[?]"

Regards,

Thierry


2013/1/23 Malte Brill <revolution at derbrill.de>

> Hi,
>
> I got a var tText that contains:
>
> asdf
> jkl?
> bcdk
>
> I want to do something like this
>
> filter tText with "*\?*"
>
> which should leave me with only jkl?.
>
>



More information about the use-livecode mailing list