5 Vi, the editor

Let’s switch gear to talk about something that does not seem to have anything to do with DFAs. Let’s talk about Vi the editor.

One of the features of Vi is that it can do regular expression string matching. What is that? How is that useful?

 5.1 Example 1
 5.2 Example 2
 5.3 Example 3