Hi,
To apply hundreds of rules over a field I am using Regex inside a iterator but this will generate thousands of Regex object at runtime, Is there any way to change the pattern for Regex object at runtime , so I can work with single insance of Regex.
Thanks in advance..
To apply hundreds of rules over a field I am using Regex inside a iterator but this will generate thousands of Regex object at runtime, Is there any way to change the pattern for Regex object at runtime , so I can work with single insance of Regex.
Thanks in advance..