Hi,
So I want to split string with multiple delimiters
For example abc def;ghi.jkl
Output should be abc def ghi jkl as a list of text values
Note: it would be fine if I can use last index of method with multiple search values.
Like last index of(abc def;ghi, ";", " ")
Thanks,
Sai.
Hi, Posting sample OML based on your requirements, let us know if anything required.
Sandeep.
Hi Jeevan,
the quickest way I remind now is to use Replace() in the string as many times you have different delimiters and then use it inside a String_Split:
Regards
Please share us the exact requirement.
for Ex this is the text I'm having with me
NO72 GROUND FLR 2ND CROSS 5TH MAIN SANJAV NAGAR KEBLAYOUT BANGALORE KARNTAKA INDIA
as of now I need to get the two string parts from the above text
Requirements are as follows: