How can I use the search functionality to determine the length of the first word before the space?
For example lets suppose the string is 'Uzbekistan Russia USA' how can I use the search or any other functionality to determine the length of Uzbekistan? I cannot use a constant number and I have to dynamically calculate for each string.
With best regards,
Ketan