The problem of finding matches of a regular expression (RE) on a string exists in many applications such as text edit-ing, biosequence search, and shell commands. Existing tech-niques first identify candidates using substrings in the RE, then verify each of them using an automaton. These tech-niques become inefficient when there are many candidate oc-currences that need to be verified. In this paper we propose a novel technique that prunes false negatives by utilizing neg-ative factors, which are substrings that cannot appear in an answer. A main advantage of the technique is that it can be integrated with many existing algorithms to improve their efficiency significantly. We give a full specification of this technique. We develop an effici...
AbstractWe study 4 problems in string matching, namely, regular expression matching, approximate reg...
The jsre regular expression library was designed to provide fast matching of complex expressions ove...
This paper studies the problem of matching sequences against regular expressions in order to produc...
Conference paper version 2013, SIGMOD '13 Proceedings of the 2013 ACM SIGMOD International Conferenc...
Abstract. We present a new algorithm to search regular expressions, which is able to skip text chara...
Given a regular expression R and a string Q, the regular expression parsing problem is to determine ...
We present an algorithm for searching regular expression matches in compressed text. The algorithm r...
We present nrgrep (\nondeterministic reverse grep"), a new pattern matching tool designed for e...
AbstractWe present a simple and efficient algorithm for matching regular expression with texts, usin...
AbstractThis paper presents a Boyer–Moore-type algorithm for regular expression pattern matching, an...
While regexp matching is a powerful mechanism for finding patterns in data streams, regexp engines i...
One of the initial hurdles in taking advantage of big data is the ability to quickly analyze and est...
Abstract Regular expression matching is a key task (and often computational bottleneck) in a variety...
AbstractIn this paper, we are interested in solving the approximate regular expression matching prob...
International audienceRegular expression search is a key primitive in myriads of applications, from ...
AbstractWe study 4 problems in string matching, namely, regular expression matching, approximate reg...
The jsre regular expression library was designed to provide fast matching of complex expressions ove...
This paper studies the problem of matching sequences against regular expressions in order to produc...
Conference paper version 2013, SIGMOD '13 Proceedings of the 2013 ACM SIGMOD International Conferenc...
Abstract. We present a new algorithm to search regular expressions, which is able to skip text chara...
Given a regular expression R and a string Q, the regular expression parsing problem is to determine ...
We present an algorithm for searching regular expression matches in compressed text. The algorithm r...
We present nrgrep (\nondeterministic reverse grep"), a new pattern matching tool designed for e...
AbstractWe present a simple and efficient algorithm for matching regular expression with texts, usin...
AbstractThis paper presents a Boyer–Moore-type algorithm for regular expression pattern matching, an...
While regexp matching is a powerful mechanism for finding patterns in data streams, regexp engines i...
One of the initial hurdles in taking advantage of big data is the ability to quickly analyze and est...
Abstract Regular expression matching is a key task (and often computational bottleneck) in a variety...
AbstractIn this paper, we are interested in solving the approximate regular expression matching prob...
International audienceRegular expression search is a key primitive in myriads of applications, from ...
AbstractWe study 4 problems in string matching, namely, regular expression matching, approximate reg...
The jsre regular expression library was designed to provide fast matching of complex expressions ove...
This paper studies the problem of matching sequences against regular expressions in order to produc...