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
normalize-space(actualSting) - This will do it.