Merge branch 'patch-genex-versionadded' into 'master'

Help: Add versionadded for STRING FIND genex

See merge request cmake/cmake!11609
This commit is contained in:
Peter Kokot 2026-01-18 04:00:33 -05:00
commit 0d49c40bb1

View File

@ -407,6 +407,8 @@ String Queries
.. genex:: $<STRING:FIND,string[,FROM:(BEGIN|END)],substring>
.. versionadded:: 4.3
The position where the given ``substring`` was found in the supplied
``string``. If the ``substring`` is not found, a position of -1 is returned.