in reply to Re: [RFC] Building Regex Alternations Dynamically
in thread Building Regex Alternations Dynamically
Hi Rolf,
IIRC there is a hard limit for the length of a regex-string
Other than RAM, I haven't found one yet, I just built a qr// regex from a 1GB text file without alternations and a second from 40MB of text with over 10M alternations.
As you may have seen I added a TL;DR, thanks for the idea!
Regards,
-- Hauke D
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: [RFC] Building Regex Alternations Dynamically
by LanX (Saint) on Jan 21, 2017 at 18:31 UTC |