iBet uBet web content aggregator. Adding the entire web to your favor.
iBet uBet web content aggregator. Adding the entire web to your favor.



Link to original content: https://www.nli.org.il/en/authorities/987012575112805171

Regular expressions (Computer science)

Enlarge text Shrink text
  • Topic
| מספר מערכת 987012575112805171
Information for Authority record
Name (Hebrew)
ביטויים רגולריים (מדעי המחשב)
Name (Latin)
Regular expressions (Computer science)
Name (Arabic)
ביטויים רגולריים (מדעי המחשב)
Other forms of name
Rational expressions (Computer science)
Regexes (Computer science)
Regexps (Computer science)
See Also From tracing topical name
Text processing (Computer science)
MARC
MARC
Other Identifiers
Wikidata: Q185612
Library of congress: sh2018002310
Sources of Information
1 / 1
Wikipedia description:

A regular expression (shortened as regex or regexp), sometimes referred to as rational expression, is a sequence of characters that specifies a match pattern in text. Usually such patterns are used by string-searching algorithms for "find" or "find and replace" operations on strings, or for input validation. Regular expression techniques are developed in theoretical computer science and formal language theory. The concept of regular expressions began in the 1950s, when the American mathematician Stephen Cole Kleene formalized the concept of a regular language. They came into common use with Unix text-processing utilities. Different syntaxes for writing regular expressions have existed since the 1980s, one being the POSIX standard and another, widely used, being the Perl syntax. Regular expressions are used in search engines, in search and replace dialogs of word processors and text editors, in text processing utilities such as sed and AWK, and in lexical analysis. Regular expressions are supported in many programming languages. Library implementations are often called an "engine", and many of these are available for reuse.

Read more on Wikipedia >