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.
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.