Page 1 of 1

kind of RegExp

Posted: Wed Aug 22, 2018 10:44 pm
by theimer
Hello,
the documentation does not specify which type of regexp is used in the robotask. I have Regex Buddy, but I do not know what settings to use for the robotask. see screenshot. could you give me an advice please?

Libor

Re: kind of RegExp

Posted: Thu Aug 23, 2018 8:59 am
by Oleg
RoboTask uses perl dialect of regular expressions. RoboTask uses The PCRE Open Source Regex Library for RegExp actions
So you can try to use PCRE option.

Re: kind of RegExp

Posted: Thu Aug 23, 2018 9:26 am
by theimer
thank you for reply. I think it should be usefull to add this information to documentation :o)

Libor