An alternative is LTrim - trims whitespace off the left (ie start) of a string
So it doesn't matter if it's got one or 100 spaces at the front.
If you want to remove the spaces at the end, use RTrim, and if you want to remove at both ends, just use Trim.