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

Unify handling of RegExp CharacterClassEscapes \w and \W and Word Asserts \b and \B #525

Merged
merged 2 commits into from
Jun 22, 2016

Commits on Jun 8, 2016

  1. Proposed RegExp CharacterClassEscape changes for \w

    Michael Saboff authored and msaboff committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    0d3d71b View commit details
    Browse the repository at this point in the history
  2. Updated per what was agreed at the May 2016 meeting.

    Created a new abstract operation "WordCharacters()" that is used by
    both IsWordChar() for word assertions and \w/\W CharacterClassEscapes.
    msaboff committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    ab3380d View commit details
    Browse the repository at this point in the history