new pos = strfind(inputtext, "_", true);if(pos != -1) { if(inputtext[pos + 1] >= 'A' && inputtext[pos + 1] <= 'Z') // code here}