Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace word boundary with whitespace selector #11

Closed
wants to merge 1 commit into from

Commits on Nov 3, 2020

  1. Replace word boundary with whitespace selector

    Word boundary only works for 7-bit ASCII thus any unicode character like (ö,ä etc.) in a word will be a boundary. 
    `hereford` => no match
    `heräford` => match and transforms to `theiräford`
    deiga authored Nov 3, 2020
    Configuration menu
    Copy the full SHA
    de41c5c View commit details
    Browse the repository at this point in the history