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.