|
|
back to boardHow speed up regular expression engine? I have TL #6 and use Regex.IsMatch method Re: How speed up regular expression engine? I have TL #6 and use Regex.IsMatch method answer from Anatoly: Reduce pattern parts of "%%%%%%" to "%". It extremely raises performance of regex engine. Re: How speed up regular expression engine? I have TL #6 and use Regex.IsMatch method It's really helps. From TLE #6 to AC |
|
|