2 comments

[ 2.4 ms ] story [ 16.3 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