Title: "AWK - How to Use Regular Expressions" Date: 2017-01-15 19:21:57 Categories: [programming] tags: [awk, regular expression]
A Regular Expression is a sequence of characters that define a search pattern, mainly for use in string matching then is a very powerful tool for text processing. Here 2 very useful links to understand how to use Regular Expressions in AWK programming language.