Does anyone know how to retrieve a part of a string, before a specific symbol?
For example, in the data below,
I would like to get the part before the SGA, and remove the rest:
Can anyone help me?
For example, in the data below,
Code:
Name thisisatesSGA123 madSGA1 IKNOWHssswSGA
Code:
Name thisisates mad IKNOWHsssw
Comment