Class MatcherUtil


  • public final class MatcherUtil
    extends Object
    Utility helping to avoid ReDoS, StackOverflowError, etc during regex matching. Potentially harmful regular expressions are the ones with repeated groups which have either repetition or alternation with overlapping inside