Closed sam0x17 closed 5 years ago
.
is actually a reserved character in regular expressions that represents any character. It needs to be escaped to be used as a period character, and I just fixed the fact that it wasn't allowed to be escaped (similar to #2 )
ah ok perfect that is why thanks!
This has been giving me trouble as well:
It's allowing a plain "2" to be a float, even though there is no ".". I'm pretty sure it's not my regex but something else going on with how the regex is parsed.