fork download
  1. str="hello world"; re='[[:space:]]'; if [[ $str =~ $re ]]; then echo "matched"; fi
Success #stdin #stdout 0s 19640KB
stdin
Standard input is empty
stdout
matched