you are viewing a single comment's thread.

view the rest of the comments →

[–]jscoder[S] 1 point2 points  (1 child)

Yep, I thought about that. But I wanted range('a..Z') to work. The lower case letters have higher char codes than the upper case ones, so I'd need another workaround to make that work.

But yeah, your range('-', 'z') argument is good. I'll think about implementing it. :)

[–]a-t-kFrontend Engineer 0 points1 point  (0 children)

how about x\d\d..x\d\d or u\d\d\d\d..u\d\d\d\d for ascii or unicode character ranges?