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
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