The function normalize-space replaces sequences of whitespaces by a single space and trims the provided string. How can I only trim the string without the repla
normalize-space
If you don't have any spaces in the middle, you can simply use:
translate(/Car/Description,' ','')