How to change pattern for Regular Expression at runtime

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Varun Dubey
    New Member
    • Aug 2008
    • 1

    How to change pattern for Regular Expression at runtime

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