• string.match invalid escape sequence
    1 replies, posted
if string.match(stringvalue, "(-?[0-9]+\.[0-9]+) (-?[0-9]+\.[0-9]+) (-?[0-9]+\.[0-9]+)") then What my console is telling me > Invalid escape sequence near "(-?[0-9]+' Thanks for any help given.
The escape character for Lua patterns is [b]%[/b], not [b]\[/b].
Sorry, you need to Log In to post a reply to this thread.