Regular Expression Pattern

From GM-RKB
Revision as of 19:03, 4 June 2013 by Gmelli (talk | contribs) (Created page with "A regular expression pattern is a Formal Pattern/Formal Expression in a regular formal language that can be accepted by a [[finite s...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A regular expression pattern is a Formal Pattern/Formal Expression in a regular formal language that can be accepted by a finite state machine.



References

2009

  • http://en.wiktionary.org/wiki/regular_expression#Noun
    • 1. (computing theory) A concise description of a regular formal language with notations for concatenation, alternation, and iteration (repetition) of subexpressions.
    • 2. (computing more generally) Any pattern for text matching or searching, frequently offering more or less functionality than a theoretical regular expression.