Also have a problem with regex
Trying to solve this captcha:
Oblicz: 9 + 7 = 16 *
My regex is: [\s\S]+([\d+])[\s\S]+ .. but it always gives me only last number which is 6 in this case.
EDIT: Solved
Hello I am looking to spin some text directly from BAS.
I am trying with the Regular Expression function, but so far I cannot.
Did you know if it is possible to do this?
{Hello|Howdy|Hola} my friend {welcome|test|test2}
to =
Hello my friend welcome
Hola my friend test2
Howdy my friend test
...
@musterman said in Spin Syntax with regexp ?:
Hello I am looking to spin some text directly from BAS.
I am trying with the Regular Expression function, but so far I cannot.
Did you know if it is possible to do this?
{Hello|Howdy|Hola} my friend {welcome|test|test2}
to =
Hello my friend welcome
Hola my friend test2
Howdy my friend test
...
use action "Template"
