[Overview][Constants][Classes][Procedures and functions][Index] |
Capitalizes a string
Source position: strextra.pas line 74
function Capitalize( |
const S: string |
):string; |
Returns S with all characters changed to lowercase except those following a space or an underscore wich are changed to uppercase.