Changes

Jump to: navigation, search

Tutorial9: Regular Expressions

4 bytes removed, 09:48, 4 July 2020
Literal (Simple) Regular Expressions
The simplest regular expression is a series of letters and numbers, possibly including white space (tabs or space characters), that have no special meaning. Such a regular expression consists of ``literals''; that is, normal letters, which match only an identical letter in the data being searched.<br><br>For example:
"This is a regular expression"<br><br>
When an editor searches for a literal regular expression, it can only score a ``hit'' if it finds exactly that sequence of characters in the data it is searching. <br><br>Reference: http://osr507doc.xinuos.com/en/OSUserG/_Literal_chars_in_regexps.html
===Complex Regular Expressions===
13,420
edits

Navigation menu