Search found 1 match
- Tue Dec 16, 2008 1:38 am
- Forum: Regex
- Topic: How to optimize this REGEX
- Replies: 1
- Views: 995
How to optimize this REGEX
Hi All, I am using this regex in a program in a C# program but it is taking so much time when executed on larger data. "<((P)|(DIV))[^>]*>\\s*(<A[^>]*>)*\\s*(<FONT[^>]*>)?\\s*(<BR>)?\\s*(<B>)?\\s*(<FONT[^>]*>)?\\s*(\\-)?\\s*((\\d\\d?\\d?)|(i+))\\s*(\\-)?\\s*(</font>)?\\s*(</p>)?\\s*(</div>)?\\s...