RESOLVED INVALID 50293
Control escape in regex should accept any code unit
https://bugs.webkit.org/show_bug.cgi?id=50293
Summary Control escape in regex should accept any code unit
Gavin Barraclough
Reported 2010-11-30 16:45:44 PST
Currently we only allow ascii (or alphanumeric in character classes), e.g. /\ca/, but not /\c[/.
Attachments
Gavin Barraclough
Comment 1 2010-11-30 16:47:51 PST
Errrk, ignore me – reading the spec incorrectly!
Note You need to log in before you can comment on or make changes to this bug.