Regular expressions

From Computer Science Wiki
Revision as of 08:52, 11 May 2017 by Mr. MacKenty (talk | contribs) (Created page with "right|frame|Computational thinking, problem-solving and programming<ref>http://www.flaticon.com/</ref> A regular expression, regex (sometimes called...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Computational thinking, problem-solving and programming[1]

A regular expression, regex (sometimes called a rational expression) is, in theoretical computer science and formal language theory, a sequence of characters that define a search pattern. Usually this pattern is then used by string searching algorithms for "find" or "find and replace" operations on strings.[2]



References[edit]