Strip out spaces from tracking number

first call .Trim() on the string to get rid of leading and trailing spaces, then replace spaces as shown above with /r/n (instead of “”) might work