[Overview][Constants][Types][Procedures and functions][Index] |
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.0 | Generated 2025-05-03 | Home |