Hi.
I need to search for a particular keyword in my string and extract data accordingly. The string is ' ' (space).
Example : If the name column has Robert it should give me Rob and if it has got Dave Paul, i should return DPau.
I am not able to get the solution for this.
Also, I need to skip the spaces if any at last as well.
Thanks!!