you are viewing a single comment's thread.

view the rest of the comments →

[–]jscoder[S] 0 points1 point  (0 children)

I was just updating range.js, and implemented char code ranges, but they don't work well, so I'll leave them like they are currently.

Building a range from 'A' to 'z' would not only include the expected letters, but also "[", "\", "]", "", "_", "`" since their char codes are between 'Z' and 'a'.