cancel
Showing results for 
Search instead for 
Did you mean: 

Get Particular string from total text

ThulasiramP
Level 3
Hi Team, I have Text like below  Name: Dr.John Smith             California,AD,             200 Atlanta.            Tel:001-000000000 Fax: 202-010000000. From the above text i need to extract First line of the string and 3rd line of the string. I need to get below output. Dr.John Smith is store it in one data item  and 200 Atlanta need to store it in other data item.     Any one can you please help me on this i need bit urgent. I was strucking in middle of the development.
2 REPLIES 2

JonasStefanovic
Level 2
Hello,   If the structure of the text is always the same so the easiest way is to use Utility - Strings and just split lines. Another way is to use regular expressions.

HarjyotMalik
Level 2
Search about Regex in Utility-Strings.