We have around 300 regular expressions that are around 150-200 characters long. Frequently around 20 among these expressions are revised by users based their requirement and often they have syntax errors. It is time consuming for developers to validate each of updated expression on https://regex101.com/ website.
Is there any way to programmatically validate them all of them in C# code or in SQL? I have all of these expressions saved in sql-server database.