Result Details
Towards Efficient Matching of Regexes with Backreferences using Register Set Automata
Holík Lukáš, doc. Mgr., Ph.D., DITS (FIT)
Lengál Ondřej, doc. Ing., Ph.D., DITS (FIT)
Vašák Jan, Ing., FIT (FIT)
Gulčíková Sabína, Ing.
Matching regexes (regular expressions) is a common problem in many areas of computer science, with requirements on high speed and robust performance. Regexes with backreferences allow one to express certain patterns (even beyond regular) concisely, however, since the matching is usually done by backtracking, the matching speed can degrade to a degree that constitutes a service failure or a security threat. To facilitate high-speed matching of such regexes, we propose register set automata (RSAs), an extension of register automata where registers can contain sets of symbols (from a potentially infinite alphabet) and the following operations are supported: adding input values to registers, merging or clearing registers, and testing whether a register contains a value. We show that a large class of register automata can be transformed into deterministic RSAs, which can serve as a basis for fast matching of a family of regexes with single-letter capture groups and backreferences. We also give a derivative-based algorithm for transforming a large class of regexes with backreferences to register automata and show that the time complexity of matching is linear and quadratic to the length of the input for finite and infinite alphabets respectively. Our prototype implementation of a regex matcher shows that our approach can significantly improve the robustness of state-of-the-art regex matchers on regexes with backreferences. We also study the theoretical properties of the model and show that the emptiness problem for RSAs is decidable and complete for the F ω class and that RSAs are incomparable in expressive power to other popular automata models over data words.
Antimirov’s derivatives | backreferences | determinization | ReDoS | register automata | register set automata | regular expression matching
@article{BUT211925,
author="Vojtěch {Havlena} and Lukáš {Holík} and Ondřej {Lengál} and Jan {Vašák} and Sabína {Gulčíková}",
title="Towards Efficient Matching of Regexes with Backreferences using Register Set Automata",
journal="Proceedings of the ACM on Programming Languages-PACMPL",
year="2026",
volume="10",
number="PLDI",
pages="26",
doi="10.1145/3808281",
url="https://dl.acm.org/doi/10.1145/3808281"
}
Reliable, Secure, and Intelligent Computer Systems - extension for 2026, BUT, Vnitřní projekty VUT, FIT-S-26-9011, start: 2026-03-01, end: 2027-02-28, running
String Constraints for Security Analysis, GACR, Standardní projekty, GA25-17934S, 25-17934S, start: 2025-08-01, end: 2028-07-31, running
Verification and Analysis for Safety and Security of Applications in Life, EU, HORIZON EUROPE, SEP-210979090, start: 2024-06-01, end: 2027-05-31, running