2 comments

[ 3.2 ms ] story [ 17.9 ms ] thread
fix the typoes in "Important Regular expression cheat sheet:"

    * 0 or more
    .
    .
    .
    [a-q] ...
    [A-Q] ...
    .
    .
    .
    [abc] ...
    [^abc] ...
that is, remove backslashes from the front of them