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