Results 261 to 270 of about 357,678 (301)
Some of the next articles are maybe not open access.

Regular Expressions for PCTL Counterexamples

2008 Fifth International Conference on Quantitative Evaluation of Systems, 2008
Counterexamples for probabilistic reachability in Markov chains are sets of paths that all reach a goal state and whose cumulative likelihood exceeds a threshold. This paper is concerned with the issue of how to conveniently represent these sets. Experiments, partially substantiated with combinatorial arguments, show that the cardinality of such sets ...
Damman B., Han T., Katoen J.-P.
openaire   +2 more sources

Efficient Enumeration of Regular Expressions for Faster Regular Expression Synthesis

2021
We study the problem of synthesizing regular expressions from a set of positive and negative strings. The previous synthesis algorithm proposed by Lee et al. [12] relies on the best-first enumeration of regular expressions. To improve the performance of the enumeration process, we define a new normal form of regular expressions called the concise ...
Hyeonseung Im, Sang-Ki Ko, Su-Hyeon Kim
openaire   +2 more sources

Approximate matching of regular expressions

Bulletin of Mathematical Biology, 1989
Given a sequence A and regular expression R, the approximate regular expression matching problem is to find a sequence matching R whose optimal alignment with A is the highest scoring of all such sequences. This paper develops an algorithm to solve the problem in time O(MN), where M and N are the lengths of A and R.
Webb Miller, Eugene W. Myers
openaire   +3 more sources

A play on regular expressions

Proceedings of the 15th ACM SIGPLAN international conference on Functional programming, 2010
Cody, Hazel, and Theo, two experienced Haskell programmers and an expert in automata theory, develop an elegant Haskell program for matching regular expressions: (i) the program is purely functional; (ii) it is overloaded over arbitrary semirings, which not only allows to solve the ordinary matching problem but also supports other applications like ...
WilkeThomas, HuchFrank, FischerSebastian
openaire   +3 more sources

Introducing Regular Expressions

2016
To get a head start on introducing regular expressions, I’ll start with an example. It’s one that you’ve experienced hundreds of times. When you enter customer data online, many web forms ask you for an email address. To avoid an incorrectly typed address, an immediate validation makes sense.
openaire   +2 more sources

Regular Expressions in Python

2019
Regular Expression are a very powerful way of processing text while looking for recurring patterns; they are often used with data held in plain text files (such as log files), CSV files as well as Excel files. This chapter introduces regular expressions, discusses the syntax used to define a regular expression pattern and presents the Python re module ...
openaire   +2 more sources

Regular Fuzzy Expressions

2003
The concept of regular expressions was introduced for the purpose of representing the languages accepted by deterministic finite automata. This is necessary in the analysis and synthesis of finite automata since the languages accepted by finite automata are usually infinite.
John N. Mordeson   +2 more
openaire   +2 more sources

Regular Expressions

1968
Publisher Summary This chapter discusses the regular expressions. Every regular set can be represented by a regular expression and every regular expression represents a regular set. Algebraic manipulations with regular expressions, and transition graphs are discussed. Various theorems are proved in the chapter.
openaire   +2 more sources

Regular Expression Matching

1999
regular expression matching is one of our favorite examples because it is chock-full of techniques. Regular expression matching provides a powerful way to examine strings. Instead of looking for exact matches, such as “Is the value of the string foo” or even “Does the string contain the substring foo,” regular expression matching lets you find patterns.
Michael Hyman, Phani Vaddadi
openaire   +2 more sources

Advanced Regular Expressions

2020
So, you think you know a lot about Perl Regular Expressions? If you finished Chapter 1, then you certainly do. But, there are more REs that provide you with powerful techniques to parse data.
openaire   +2 more sources

Home - About - Disclaimer - Privacy