• Andy Wilkinson's avatar
    Update NamePatternFilter to detect regular expression character class · aa3313cf
    Andy Wilkinson authored
    Previously, NamePatternFilter looked for “*”, “$”, “^”, or “+” when
    trying to identify a string as being a regular expression. This meant
    that it missed the use of a character class ([a-z], for example). This
    commit adds “[“} to the list of characters that are considered to be
    part of a regular expression.
    
    Closes gh-4233
    aa3313cf
Name
Last commit
Last update
..
src Loading commit data...
README.adoc Loading commit data...
pom.xml Loading commit data...