Re: regex observation & question regarding re:escape()
- Posted by mattlewis (admin) Sep 19, 2016
- 1561 views
jessedavis said...
I was particularly interested in the second entry format that uses the #/.../ format because it has the potential to ease the confusion factor.
When using regular expressions, I'd recommend using the ` ` backtick style quotes because you don't have to escape anything (so long as your strings don't have actual backticks in them).
http://openeuphoria.org/docs/lang_def.html#_86_characterstringsandindividualcharacters
Matt