How to validate a Regular Expression?

Viewed 10838

I'm developing an application in .NET where the user can provide Regular Expressions that are afterwards used to validate input data.

I need a way to know if a regular expression is actually valid for the .net regex engine.

Thanks for any help

1 Answers
Related