Collected sources and patterns will appear here. Add from search, explore, or the patterns library.
(String, List<RegexPattern>) -> Boolean
Evaluate complex regular expressions against target strings within a hard computation timeout to prevent regular expression denial of service (ReDoS).
Problem it solves
Using powerful regex engines with support for lookarounds can lead to CPU exhaustion on pathological inputs.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.