Hello,
I am looking to place a constraint on one of our commonly used fields. [^a-z,-,\s]+
Essentially, the value would need to be all upper case, not have any dashes or spaces, but could be as long as required. My tests show this to be successful.
Now I'm wanting to find all documents in our repository that don't fit this format to make corrections before I apply this constraint to the field, and I'm not quite sure how to do so.
I did attempt several searches using the Advanced Search functionality, and I saw a thread that touched on using the Regex in the advanced search. Essentially I tried "[Client Number]="[^a-z,-,\s]+" and several variations of this (Client Number is the field I'm working on).
Currently on Laserfiche 8.3.