Does [_\s^"] mean underscore and whitespace but not " (quote) in Regex?
- by Matt
Does [_\s^"] mean underscore and whitespace but not " (quote) in Reg
I understand that the brackets ([ ]) mean character range and that ^ means but not, but my question is can you say [this^notthat] or do I have to separate them into two sets of brackets?