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

Find words using a word regex, rather than splitting on what is not #15

Closed
wants to merge 1 commit into from
Closed

Find words using a word regex, rather than splitting on what is not #15

wants to merge 1 commit into from

Commits on Oct 15, 2012

  1. Find words using a word regex, rather than splitting on what is not

    This helped when finding typos in HTML, like <b>tihs</b>. An
    alternative fix is of course to include <> in the split regex.
    foolip committed Oct 15, 2012
    Configuration menu
    Copy the full SHA
    86f1d69 View commit details
    Browse the repository at this point in the history