String lower case

can any solution possible with manipulication the ascci value. I m solving this using the cctype

hello @Vikaspal
what exactly u r trying to do

@aman212yadav i want to check each character whether is upcase or lwcase i found function islower and isupper i am asking that is there any ways to do some + - with assci value to check that?

.
let ch is the character.

if ch>=‘A’ and ch <=‘Z’ then upper case

if ch>=‘a’ and ch <=‘z’ then lower case.

by this way u can find uper/lower case

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.