Actions
Bug #10891
closed/[[:punct:]]/ POSIX group broken (with string literals?)
Bug #10891:
/[[:punct:]]/ POSIX group broken (with string literals?)
Description
The regular expression: /[[:punct:]]/ should match the following characters:
However, it only works for these characters:
And does not work for these characters:
However, this is where it gets really weird... Consider the following:
So, it seems that the regular expression only fails for string literals!
Actions