I Have a string
string name=”ajsbbc<<(either hold an alphabet or some symbol at the end )
Now i want a condition that identify a string contain [a-zA-Z] at the end(true/false)
I Have a string string name=ajsbbc<<(either hold an alphabet or some symbol at the
Share
There is a function in the Char class that does this already.