in reply to Help with my regex
I thought the ^ncq meant do not match.
Tip #9 from the Basic debugging checklist (YAPE::Regex::Explain)
[^ncq] any character except: 'n', 'c', 'q' [download]