29.01.2014, 12:23
Hello guys, how can I search in string for big character? I guess I know how to check the first character of the string:
but now, I want to locate underscore and the character after underscore I want check, example:
Name_Lastname
pawn Код:
if (inputtext[0] >= 'A' || <= 'Z'') //idk if this will work, this is only for first character
Name_Lastname