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

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -