Hi I want to split some text
Suppose I am Vital this text I want to split into two components
put firstname split by “Vital” into Lastname
Log Last name
the result will be like (I am)
So,I dont want this brackets ,I want the log like - I am
Please suggest…