fork download
  1. #!/bin/bash
  2. rx='^\[(['"'"'"])[^'"'"'"]*\1]$';
  3. [[ $s =~ $rx ]] && echo "Matched!" || echo "No match!";
Success #stdin #stdout 0s 4508KB
stdin
Standard input is empty
stdout
No match!