fork download
  1. #!/bin/bash
  2. s='Hedgehog'"'"'s shoes
  3. The Fox Machine
  4. The Armadillo`s wish'
  5. grep '[^[:alpha:][:space:]]' <<< "$s"
Success #stdin #stdout 0s 4488KB
stdin
Standard input is empty
stdout
Hedgehog's shoes
The Armadillo`s wish