Escaped octal characters supported
The following now works:
/\10/.examples # => ["\x08"]
And if you do have 10+ backreferences in the pattern, then these will correctly take precedence over the octal character interpretation.
The following now works:
/\10/.examples # => ["\x08"]
And if you do have 10+ backreferences in the pattern, then these will correctly take precedence over the octal character interpretation.