Android Question Problem with Regex

mhartwig

Member
Licensed User
Longtime User
I am getting a regex syntax error with this:

B4X:
stations[\s\S]*?}

It works fine on Regex Hero, my regex tester and validator, but when I put it into b4a, I get the error.
 
Top