I'm going this for a web script...but it's a regex question. It should be pretty simple for many of you, but I'm still novice in regex... I've looked through shuck and (and continue to), have made several attempts, but no dice yet. I want to convert anything at the beginning of a work to caps i.e. an expression like this -> An Expression Like This I know I can find it by using $string =~ s/\b[a-z]/And I don't know what to put here.../g; I can find the pattern, it's the convertying that's getting me. Any help appreciated... Jason ==== Want to unsubscribe from this list? ==== Send mail with body "unsubscribe" to macperl-anyperl-request@macperl.org