Split spacific text from e mail body

I found this function to split data from email body between clientname and end client but i did not understand how can i use this could you please give complete understanding as i know i can use split(" ",cc) to split data into array by ut space but this advance split use i really confused I really appreciate

EmailMassage.Body.Split({in_Config(“ClientName”).ToString.Trim},StringSplitOptions.RemoveEmptyEntries)(1).Split({in_Config(“E_ClientName”).ToString.Trim},StringSplitOptions.RemoveEmptyEntries)(0).Trim.Replace(“:”,“”)

Hi,
how Split works you find here:

As for your need. Please send sample data and information what you want to get from the content, and we will help you extract this data.
For example, using a regular expression.

You can find a bit about this topic here:

1 Like

Hi @airwaveexporter

Could you show a sample mail body, so that we can get some idea to split. Thanks.