Just wondering what does [^a-z0-9]
mean in regex?
I looked around this site and only find [a-z0-9]
, so what does the ^
symbol mean?
Just wondering what does [^a-z0-9]
mean in regex?
I looked around this site and only find [a-z0-9]
, so what does the ^
symbol mean?