I'm trying to configure a set of checks that check for view naming. I'm using BIM Interoperability Tools Model Configurator to set up the check sets. I'm testing it out on my Revit Template and there are some things that are still not filtering like I want.
For example, I'm trying to find "working views" that are not named per our standard.
The standard is typically modeler's initials - short description (all lower case)
EX. je - level 1 or je - shading study
My check is as follows and i put the Regex to filter out the ones named ([a-z]{2} - .+)

I still get ALL the working views as a result. I would've thought my Floor and Ceiling plan working views would've filtered, but they didn't. 
Any help in the matter would be great. I can't seem to figure out what I'm missing.
Thanks in advance for the help!