Share via

Sharepoint Column Validation - Regex

Anonymous
2021-08-18T12:54:02+00:00

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?

Microsoft 365 and Office | SharePoint | For business | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2021-08-19T03:20:53+00:00

Hi Ruan Swart,

I go through the post carefully. It seems like you are trying to use Regex to do data validation on a column in SharePoint. I'm afraid there is no out of box feature for it. Really sorry for the inconvenience.

Considering it's a SharePoint development question, to make sure you get the dedicated assistance, I sincerely recommend you post the question in Microsoft Q&A Community, it is a specific channel handling SharePoint customization and development related queries, members and experts will assist you further.

Thanks for your patience and understanding.

Have a nice day and stay safe.

Best regards,

Tina

Was this answer helpful?

0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Anonymous
    2021-08-19T06:40:37+00:00

    Thank you Tina

    I will head over there and see if someone can help

    Was this answer helpful?

    0 comments No comments