Changes

Jump to: navigation, search

Tutorial9: Regular Expressions

35 bytes removed, 09:01, 13 March 2021
Literal (Simple) Regular Expressions
[[Image:re-3.png|thumb|right|200px|The simplest regular expression is a series of letters and numbers, possibly including white space (tabs or space characters).]]
The simplest regular expression is a series of letters and numbers, (tabs or spaces). A '''simple''' regular expression consists of '''literals'''; that is, normal letters, which used to match only an identical letter in the data being searchedpatterns.<br><br>
Although there are many Linux commands that use regular expressions, the grep command is a useful command to learn how to display matches of patterns of strings within text files.<br><br>
For example:
13,420
edits

Navigation menu