Skip to content

Escaped characters bug fix

Compare
Choose a tag to compare
@tom-lord tom-lord released this 14 Jan 17:49
· 381 commits to master since this release

Previous versions did not work properly for:

/\S/, /\D/, /\W/

These now work, as well as the newly added /\h/ and /\H/