regex - please explain this regular expression -
^[[:space:]]*@ i can't figure out [[:space:]]* means in above regular expression. please help, thanks!
this posix character class, in case unicode-friendly way of representing "any whitespace character".
see this page, scroll down "posix character classes".
Comments
Post a Comment