Inverts the case for characters in the specified text.
Source position: lazstringutils.pas line 97
function SwapCase( |
const S: string |
):string; |
S |
|
String with the characters converted in the routine. |
String with values after inverting the case for each character.
Inverts the case for characters in the specified string value. Like using LowerCase and UpperCase simultaneously.
| Version 4.4 | Generated 2025-11-08 | Home |