Hello @Chippy_Kolot
Kindly try this
(?<=~).*(?=\n\n~PA)
System.Text.RegularExpressions.Regex.Match(YourString,"(?<=~).*(?=\n\n~PA)").ToString.Trim

Hello @Chippy_Kolot
Kindly try this
(?<=~).*(?=\n\n~PA)
System.Text.RegularExpressions.Regex.Match(YourString,"(?<=~).*(?=\n\n~PA)").ToString.Trim
