Hacker News new | ask | show | jobs
by smlckz 2207 days ago
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
1 comments

thanks just saw it now