Hi @firas ,
If you are able to get whole text then you can use a string split option
str.Split(<before/after value>,Stringsplitoptions.None) . this gives you a array of strings
cheers
Hi @firas ,
If you are able to get whole text then you can use a string split option
str.Split(<before/after value>,Stringsplitoptions.None) . this gives you a array of strings
cheers