A regular expression (shortened as regex or regexp), sometimes referred to as rational expression, is a sequence of characters that specifies a match...
97 KB (8,871 words) - 12:07, 26 May 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) - 08:09, 6 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) - 02:57, 21 May 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,431 words) - 18:49, 22 May 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...
16 KB (1,518 words) - 02:02, 12 February 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
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) - 18:00, 1 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
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
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
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
theory, the ω-regular languages are a class of ω-languages that generalize the definition of regular languages to infinite words. As regular languages accept...
5 KB (652 words) - 02:28, 10 April 2025
applications of regular expressions, here for pattern matching in the text editor QED. For speed, Thompson implemented regular expression matching by JITing...
27 KB (3,259 words) - 21:20, 30 January 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
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,764 words) - 11:38, 27 May 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
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
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
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) - 10:35, 23 May 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
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
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
compute the derivative of a generalized regular expression. Even though originally studied for regular expressions, the definition applies to arbitrary formal...
12 KB (1,363 words) - 12:38, 9 May 2025
networks, and regular expression hardware acceleration for spam control in the server industry, intended to prevent regular expression denial of service...
20 KB (1,791 words) - 00:25, 28 May 2025
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
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
operator" that creates a regular expression pattern object. =~ and ==~ can in Groovy be used to match a regular expression. In Haskell, the tilde is...
76 KB (8,261 words) - 06:29, 23 May 2025
the beginning, regularly updated) support, first released 1999. Regular expressions Cross-platform: Windows API; Unix, Linux, Macintosh etc. Close, cross-platform...
38 KB (4,062 words) - 09:49, 18 April 2025
precursor of the earliest computer input and output devices. In terms of regular expressions, a basic quoted string literal is given as: "[^"]*" This means that...
46 KB (5,623 words) - 05:14, 21 March 2025
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,711 words) - 04:02, 13 May 2025