Hi there
Im doing a script to get the content of a text file which helds several names in a variable called $names.
After that, i need to get the capital letters only and put this in another variable, which will be called $id.
I.e.: $names = John Wayne
$id must be JW
$names = Peter of Griffin
$id must be PG
Any tip?
Thanks!
João