I tried
System.Text.RegularExpressions.Regex.Replace(PdfOut, “Unit”, “Unit Price”), “Sub”, “Sub Total”)
Didnt realise I had to say it twice lol
System.Text.RegularExpressions.Regex.Replace(System.Text.RegularExpressions.Regex.Replace(PdfOut, “Unit”, “Unit Price”), “Sub”, “Sub Total”)