How to use string(strip..) function?

string(STRIP) removes leading and trailing spaces.

What you want to do seems more related to string(REPLACE) or string(REGEX REPLACE).

I hope this helps.

1 Like