A regular expression (shortened as regex or regexp), sometimes referred to as a rational expression, is a sequence of characters that specifies a match...
97 KB (8,871 words) - 03:40, 13 July 2025
Perl Compatible Regular Expressions (PCRE) is a library written in C, which implements a regular expression engine, inspired by the capabilities of the...
26 KB (2,516 words) - 14:15, 6 July 2025
Grep (redirect from Globally search a regular expression and print)
datasets for lines that match a regular expression. Its name comes from the ed command g/re/p (global regular expression search and print), which has the...
17 KB (1,607 words) - 09:49, 2 July 2025
Glob (programming) (redirect from Glob expression)
mandate multi-range ([a-c0-3]) support, which derive originally from regular expressions. As reimplementations of Bell Labs' UNIX proliferated, so did reimplementations...
26 KB (2,401 words) - 04:21, 16 July 2025
This is a comparison of regular expression engines. Formerly called Regex++. One of fuzzy regular expression engines. Included since version 2.13.0. ICU4J...
34 KB (641 words) - 07:52, 29 April 2025
language theory, a regular language (also called a rational language) is a formal language that can be defined by a regular expression, in the strict sense...
29 KB (3,422 words) - 15:02, 18 July 2025
as a regular expression which does not match as parsing expression: [ab]?[bc][cd] is both a valid regular expression and a valid parsing expression. As...
47 KB (6,505 words) - 20:06, 19 June 2025
ReDoS (redirect from Regular expression Denial of Service - ReDoS)
regular expression denial of service (ReDoS) is an algorithmic complexity attack that produces a denial-of-service by providing a regular expression and/or...
16 KB (1,749 words) - 14:26, 22 February 2025
0\}} , the paradigmatic non-regular linear language. Regular expression, a compact notation for regular grammars Regular tree grammar, a generalization...
8 KB (988 words) - 21:36, 23 September 2024
regular expression into an equivalent nondeterministic finite automaton (NFA). This NFA can be used to match strings against the regular expression....
14 KB (1,221 words) - 06:31, 14 April 2025
something that will return a value Regular expression, a means of matching strings of text in computing Expression marks, in music, notating the musical...
3 KB (324 words) - 06:44, 20 November 2024
object-oriented languages such as JavaScript whose patterns are known as regular expressions. In addition SNOBOL4 strings generated during execution can be treated...
22 KB (2,578 words) - 14:41, 16 March 2025
RE2 (software) (category Regular expressions)
library which implements a regular expression engine. It uses finite-state machines, in contrast to most other regular expression libraries. RE2 supports...
5 KB (423 words) - 19:30, 26 May 2025
used in the implementation of regular expressions: Thompson's construction is an algorithm for compiling a regular expression to an NFA that can efficiently...
29 KB (4,499 words) - 06:31, 14 April 2025
Google Code Search (section Regular expression engine)
custom-built, denial-of-service resistant regular expression engine. In March 2010, the code of RE2, the regular expression engine used in Google Code Search...
5 KB (434 words) - 12:44, 7 May 2025
applications of regular expressions, here for pattern matching in the text editor QED. For speed, Thompson implemented regular expression matching by JITing...
26 KB (3,260 words) - 23:58, 16 July 2025
Xghost, played on regular languages generated by regular expressions. Thus Superghost, Superduperghost, Xghost played on regular languages are all PSPACE-hard...
8 KB (1,086 words) - 15:16, 5 April 2025
syntax. The lexical syntax is usually a regular language, with the grammar rules consisting of regular expressions; they define the set of possible character...
26 KB (3,329 words) - 01:09, 25 May 2025
Kleene algebra (redirect from Regular algebra)
Stephen Cole Kleene) is a semiring that generalizes the theory of regular expressions: it consists of a set supporting union (addition), concatenation...
18 KB (2,214 words) - 11:25, 13 July 2025
for the structural complexity of regular expressions and regular languages. The star height of a regular expression equals the maximum nesting depth of...
10 KB (1,352 words) - 02:29, 3 December 2023
associative arrays (that is, arrays indexed by key strings), and regular expressions. While AWK has a limited intended application domain and was especially...
41 KB (4,763 words) - 11:26, 11 July 2025
equations Regular algebra, or Kleene algebra Regular code, an algebraic code with a uniform distribution of distances between codewords Regular expression, a...
8 KB (1,019 words) - 01:20, 25 May 2025
the mathematical formalisms called "finite automaton", "regular grammar", or "regular expression", all of which have the same expressive power. Since the...
29 KB (3,294 words) - 22:56, 16 April 2025
networks, and regular expression hardware acceleration for spam control in the server industry, intended to prevent regular expression denial of service...
21 KB (1,864 words) - 09:52, 19 July 2025
transforms a given regular expression into an equivalent nondeterministic finite automaton (NFA). Thus, it forms a bridge between regular expressions and nondeterministic...
10 KB (1,569 words) - 01:45, 19 July 2025
Delimiter (section Regular expression syntax)
escape / in Perl regular expressions, leading to sequences such as "\/\/"); Data becomes difficult to parse via regular expression Requires a way to...
22 KB (2,280 words) - 17:50, 5 July 2025
manager. Path expressions have been extended to support regular expression-like flexibility. XPath is an example of a path expression language. In concurrency...
3 KB (408 words) - 00:23, 15 September 2024
programmers of all time. Other notable contributions included his work on regular expressions and early computer text editors QED and ed, the definition of the...
28 KB (2,709 words) - 13:01, 14 July 2025
Perl language structure (redirect from Regular expressions in Perl)
writing regular expressions (RE, or regexes), and the interpreter contains an engine for matching strings to regular expressions. The regular-expression engine...
30 KB (4,017 words) - 12:44, 30 April 2025
("quick editor", 1965–66). It was one of the earliest tools to support regular expressions, and remains in use for text processing, most notably with the substitution...
21 KB (2,638 words) - 19:23, 18 June 2025