fork download
  1. #!/bin/bash
  2. echo "hello 123 worLD" | grep -oP "\b(?=[A-Z]+[a-z]|[a-z]+[A-Z])[a-zA-Z]*"
Success #stdin #stdout 0s 5072KB
stdin
Standard input is empty
stdout
worLD