Search
Results
Pattern Matching (Bash Reference Manual)
Regular expressions
[https://tldp.org/LDP/Bash-Beginners-Guide/html/sect_04_01.html] - - public:mzimmerm
Describes bash regex used in =~ operator, like: if [[ $str =~ _[a-z]+ ]]; then ...
Regular expressions
[https://tldp.org/LDP/Bash-Beginners-Guide/html/sect_04_01.html] - - public:mzimmerm
Describes bash regex used in =~ operator, like: if [[ $str =~ _[a-z]+ ]]; then ...
Bash Regex: How to Use Regex in a Shell Script
[https://kodekloud.com/blog/regex-shell-script/] - - public:mzimmerm
Describes bash regex used in =~ operator, like: if [[ $str =~ _[a-z]+ ]]; then ...
