Answers for "using regex in bash conditional statement"

1

using regex in bash conditional statement

pat="[0-9a-zA-Z ]"
if [[ $x =~ $pat ]]; then ...
Posted by: Guest on April-06-2020

Code answers related to "using regex in bash conditional statement"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language