The PR mentioned below should have solved it, but yes it seems there was an 
extra hyphen in the RegEx of the documentation — in `[A-Z-a-z_]` ->instead of 
just `[A-Za-z_]`, where the middle hyphen didn't represent a range but an 
hyphen char entity.

Reply via email to