Skip to content

Escaped octal characters supported

Compare
Choose a tag to compare
@tom-lord tom-lord released this 22 Feb 15:43
· 281 commits to master since this release

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.