Regex.Genex.Normalize
Documentation
normalize :: BackReferences -> Pattern -> PatternSource
Normalize a regex into strong star normal form, as defined in the paper Simplifying Regular Expressions: A Quantitative Perspective.
regex-genex-0.3.0: From a regex, generate all possible strings it can match
Regex.Genex.Normalize
normalize :: BackReferences -> Pattern -> PatternSource
Normalize a regex into strong star normal form, as defined in the paper Simplifying Regular Expressions: A Quantitative Perspective.