This section will present regular expressions that match more difficult patterns than the ones you have seen so far in this book. Just remember that regular expressions and pattern matching are practical subjects that you should learn by experimenting and sometimes failing, not by reading about them.
If you are very careful with regular expressions in Go, you can easily read or change almost all the system files of a Unix system that are in plain text format. Just be extra careful when modifying system files!