Litcius/Paper detail

Regex matching with counting-set automata

Lenka Turoňová, Lukáš Holík, Ondřej Lengál, Olli Saarikivi, Margus Veanes, Tomáš Vojnar

2020Proceedings of the ACM on Programming Languages22 citationsDOIOpen Access PDF

Abstract

We propose a solution to the problem of efficient matching regular expressions (regexes) with bounded repetition, such as (ab){1,100}, using deterministic automata. For this, we introduce novel counting-set automata (CsAs) , automata with registers that can hold sets of bounded integers and can be manipulated by a limited portfolio of constant-time operations. We present an algorithm that compiles a large sub-class of regexes to deterministic CsAs. This includes (1) a novel Antimirov-style translation of regexes with counting to counting automata (CAs) , nondeterministic automata with bounded counters, and (2) our main technical contribution, a determinization of CAs that outputs CsAs. The main advantage of this workflow is that the size of the produced CsAs does not depend on the repetition bounds used in the regex (while the size of the DFA is exponential to them). Our experimental results confirm that deterministic CsAs produced from practical regexes with repetition are indeed vastly smaller than the corresponding DFAs. More importantly, our prototype matcher based on CsA simulation handles practical regexes with repetition regardless of sizes of counter bounds. It easily copes with regexes with repetition where state-of-the-art matchers struggle.

Topics & Concepts

Computer scienceRepetition (rhetorical device)Nondeterministic algorithmRegular expressionAutomatonBounded functionNondeterministic finite automatonMatching (statistics)Set (abstract data type)Theoretical computer scienceDeterministic pushdown automatonConstant (computer programming)AlgorithmDiscrete mathematicsAutomata theoryMathematicsProgramming languageStatisticsPhilosophyLinguisticsMathematical analysissemigroups and automata theoryNetwork Packet Processing and OptimizationChemical Synthesis and Analysis