regular expression that ignores case of first character

Posted by Richard on Stack Overflow See other posts from Stack Overflow or by Richard
Published on 2010-04-25T04:46:27Z Indexed on 2010/04/25 4:53 UTC
Read the original article Hit count: 264

Filed under:
|

I know JavaScript regular expressions can ignore case for the entire match, but what about just the first character? Then tuesday would match Tuesday but not TUESDAY.

© Stack Overflow or respective owner

Related posts about regex

Related posts about JavaScript