Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix too permissive regular expression (#724)
The dot needs to be escaped due to its special meaning in regular expressions. Currently, both `j.doe` and `jXdoe` are considered valid, contrary to the task requirement that specifies that a single letter should be followed by a dot. I made this PR before (#710) but I accidentally closed that one.
- Loading branch information