Humdrum lab 7
Regular Expressions
Basic Regular Expressions
"Basic" regular expressions are the initial implementation of grep, that came with unix in 1973. Here are the "metacharacters" in the basic implementation of regular expressions:
= Dot metacharacter
The dot, or period, character is used to indicate any single character. In the following example