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 …
K Losemann, W Martens - Proceedings of the 31st ACM SIGMOD …, 2012 - dl.acm.org
The World Wide Web Consortium (W3C) recently introduced property paths in SPARQL 1.1, a query language for RDF data. Property paths allow SPARQL queries to evaluate regular …
K Losemann, W Martens - ACM Transactions on Database Systems …, 2013 - dl.acm.org
The World Wide Web Consortium (W3C) recently introduced property paths in SPARQL 1.1, a query language for RDF data. Property paths allow SPARQL queries to evaluate regular …
Most modern libraries for regular expression matching allow back-references (ie, repetition operators) that substantially increase expressive power, but also lead to intractability. In …
Regular pattern matching is used in numerous application domains, including text processing, bioinformatics, and network security. Patterns are typically expressed with an …
We study the complexity of the inclusion, equivalence, and intersection problem of extended chain regular expressions (eCHAREs). These are regular expressions with a very simple …
W Gelade, M Gyssens, W Martens - SIAM Journal on Computing, 2012 - SIAM
We study deterministic regular expressions extended with the counting operator. There exist two notions of determinism, strong and weak determinism, which are equally expressive for …
W Martens, M Niewerth, T Popp - Logical Methods in Computer …, 2023 - lmcs.episciences.org
Regular path queries (RPQs) are an essential component of graph query languages. Such queries consider a regular expression r and a directed edge-labeled graph G and search for …
W Su, H Chen, R Li, Z Chen - International Symposium on Dependable …, 2023 - Springer
Modeling regular expressions (regexes) has been applied in abundant scenes, but at present, there is a lack of comprehensive modeling for extended operators, which limits their …