Hi,How to get first character from special characters string.
for ex. i have below string and want to get first word 'Yes' -
~~~~~~~Yes~~~~~~~~No~No~~~~~~~~~
and also another case is , where i want 'Maybe' -
Maybe~~~~~~~~No~No~~~~~~~~~
Is there any approach ? Thanks