Re: Question about regular expression

^ as a first character inside [] indicates negation, for example [^abc]
means a character other then ‘a’, ‘b’ or ‘c’.