You are correct. I have fixed the docs.
Trim removes leading and trailing whitespace from a String. I’m not clear on what you’re doing but I imagine you’re looking for Replace. See: Replace — Xojo documentation Note that Replace removes the first occurrence of a character so you may also need to use it conjunction with Right String — Xojo documentation