Split issue

Hi Guys,

simple but i am not able find the solution

image
so i am getting the text like this in a string…so i need suresh, and ID as separate text…i tried a lot but no luck can any one help me this…

Thanks,
Suresh.

Can you try by Splitting the Text by newline.

1 Like

Yes…

@suresh_kumar4 Have you tried with this expression :

System.Text.RegularExpressions.Regex.Split(yourString,“\n”)(0)

no not yet i will try… thanks!

1 Like