Actions
Bug #18149
closedCan't match against strings with special codes within
Bug #18149:
Can't match against strings with special codes within
Description
This can be summed up by the following example:
"\xFF".match /\\x/
#=> (irb):6:in `match': invalid byte sequence in UTF-8 (ArgumentError)
Actions