Format string with proper capitalization
Source position: pascodegen.pp line 90
public function TPascalCodeGenerator.PrettyPrint( |
const S: string |
):string; |
S |
|
Input string to format |
Formatted string with proper capitalization
PrettyPrint formats a string by capitalizing the first character and leaving the rest unchanged. If the input string is empty, it returns an empty string.