How to strip spaces from any relevance result

(imported topic written by SystemAdmin)

Hello,

I have a very long relevance statement and was wondering how to strip spaces from the result, no matter how large the relevance statement.

Here’s a short statement (vmware produces serial number with spaces):

if (it contains “linux”) of (name of operating system as lowercase) then (serial_number of system_information of dmi) else “NA”

but rather than strip spaces from around ‘serial_number of system_information’ is there a way to do this on the result of the entire RL statement, no matter how long or how many conditions it may have?

Thanks much,

(imported comment written by NoahSalzman)

You want to do something like this:

Q: concatenation of substrings separated by " " of “asdf aasdf asdf asdf asdf asdf asdf asdf awer qwer qwer”

A: asdfaasdfasdfasdfasdfasdfasdfasdfawerqwerqwer

(imported comment written by SystemAdmin)

most awesome…thanks Noah!