Skip to content
This repository has been archived by the owner on May 29, 2023. It is now read-only.

Handle fancy escapes in character classes #12

Merged

Commits on May 2, 2017

  1. Handle fancy escapes in character classes

    The code used to delegate parsing of escapes in character classes to the
    regex crate. That meant that things that work outside of character
    classes such as `\<` or `\e` would not work inside them.
    
    To fix this, change it to parse the escapes ourselves and then map the
    result.
    robinst committed May 2, 2017
    Configuration menu
    Copy the full SHA
    bfa1b99 View commit details
    Browse the repository at this point in the history