Hi @Kuro
you can use this
str is the string then str.Split(“Client”,2,StringSplitOptions.None)(0).Trim.Split(Environment.Newline(),2,StringSplitOptions.None)(1).trim
for replacing if you want to retain previous centent then do str2.Replace(“Desc”,Envitonment.Newline() + str + Envitonment.Newline() + Desc)
cheers