Hello,
I want to report a problem with Regex library.
When extensive usage of regex_match and regex_search functions is done numerous times, then after several thousands iterations Regex library starts throwing "Regular expression too big" exception on the same regular expressions it worked perfectly with at several thousands previous iterations.
Looks like Regex fails to do some vital clean up.
If anyone saw this problem before, or has any suggestion about it, this may be very helpful.
Thanks,
Evgeny