When I imbue a regex object with a particular locale, how does it affect the matching behavior? Does it affect collation, or anything else? I can't seem to find an explanation anywhere.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
It affects at least the following:
|
||||
|
|
|
On the spanish locale, please note that "ch" and "ll" are not considered single letters in the alphabet any more, as this was changed by relevant entities. I could not find the exact date, but it right now "ch" and "ll" are two letters: http://en.wikipedia.org/wiki/Ll I think implementations now reflect that fact. |
|||
|
|