Hi All.
I have a string type variable holding the value like Amar Singh S/O Piara Singh)+.
I want the boolean value by checking that variable has only the CHAR and not any alpha-numeric
If Variable has-. Amar Singh S/O Piara Singh)+ output should be True
If Variable has-. Amar Singh S/O Piara Singh)+1 output should be False
Thanks in Advance.