JCL Help:StrProper@AnsiString
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: StrProper Function
[+] JclAnsiStrings.pas Functions
Search in JCL Help
Search in all projects
Summary
Lowercases the supplied string and uppercases the first character.
Pascal
function StrProper(const S: string): string;
function StrProper(const S: AnsiString): AnsiString;
Parameters
Parameters | Description |
const S: string | The string to transform. |
Return Value
The transformed string.
Description
The StrProper routine lowercases the entire string and subsequently uppercases the first character.
About
Unit
Donator
Azret Botash
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page