i would like to do data validation on a column in SharePoint to ensure the naming convention of my documents are correct.
Im familiar with RegEx and was able to build the below Expression :
[A-Z]{4}-[A-Z]{3,6}-[A-Z0-9]{2}-[A-Z0-9]{2}-[A-Z]{2,3}-[A-Z]{1,3}-[0-9]{4}-[A-Za-z0-9]+
is there anyone that can assist converting this to a format that Sharepoint understands?

