MantisBT - CMake
View Issue Details
0014028CMakeDocumentationpublic2013-03-19 13:042013-10-07 10:04
Martin Perzl 
Brad King 
normaltextalways
closedfixed 
allallall
CMake 2.8.10 
CMake 2.8.11CMake 2.8.11 
0014028: documentation for STRING REGEX ^ and $ incorrect
the documentation at
http://cmake.org/cmake/help/v2.8.10/cmake.html#command:string [^]
, where the special characters in regular expressions are described contains a mistake:
the documentation claims, that $ matches at end of a line, but the regular expressio documentation at
http://www.cmake.org/cmake/help/syntax.html [^]
states the correct behaviour:
$ Matches at end of a line or string
No tags attached.
Issue History
2013-03-19 13:04Martin PerzlNew Issue
2013-03-19 13:17Brad KingNote Added: 0032675
2013-03-19 13:17Brad KingAssigned To => Brad King
2013-03-19 13:17Brad KingStatusnew => resolved
2013-03-19 13:17Brad KingResolutionopen => fixed
2013-03-19 13:17Brad KingFixed in Version => CMake 2.8.11
2013-03-19 13:17Brad KingTarget Version => CMake 2.8.11
2013-03-19 13:17Brad KingSummarydocumentation for STRING command incorrect => documentation for STRING REGEX ^ and $ incorrect
2013-10-07 10:04Robert MaynardNote Added: 0034011
2013-10-07 10:04Robert MaynardStatusresolved => closed

Notes
(0032675)
Brad King   
2013-03-19 13:17   
Fixed, thanks:

 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=763a6dcd [^]
(0034011)
Robert Maynard   
2013-10-07 10:04   
Closing resolved issues that have not been updated in more than 4 months.