/help isupper
/help islower

you can use "ISUPPER" to do things like that. something like
if ($left($address($nick,9),1) isupper) && ($mid($address($nick,9),2,2) islower) { commands }