string(STRIP): Document that it removes newlines

This commit is contained in:
Robert Maynard
2026-07-10 14:33:55 -04:00
parent 19d5579d67
commit b464920acc

View File

@@ -279,7 +279,7 @@ Manipulation
string(STRIP <string> <output_variable>)
Store in an ``<output_variable>`` a substring of a given ``<string>``
with leading and trailing spaces removed.
with leading and trailing spaces and newlines removed.
.. signature::
string(GENEX_STRIP <string> <output_variable>)