I have several regexes (actually several thousands), and I must check if one string matches any of these regexes. It is not very efficient, so I would like to merge all thes
I can't imagine, even if possible, that the resultant regex would be any more efficient.