When working with regular expressions in a shell script the norm is to use grep or sed or some other external command/program. Since version 3 of bash (released in 2004) there is another option: ...
Regular expressions are seriously powerful tools, but most folks without serious IT experience aren't familiar with them. A helpful blog post details eight useful expressions and how they work. If you ...