Is there a tool that can take a regex and give you some idea of what it is supposed to match?
perhaps it can parse the regex and output what each rule is?
If not, can someone give me an idea what this expression is matching?
^[\p{L}\s\-\!\$\(\)\=\@\d_\']+$


