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.6 | Generated 2026-02-20 | Home |