[Overview][Types][Classes][Procedures and functions][Index] |
Alias for TCharacter.IsPunctuation
Source position: character.pas line 176
function IsPunctuation( |
AChar: UnicodeChar |
):Boolean; overload; |
const AString: UnicodeString; |
AIndex: Integer |
):Boolean; overload; |
AChar |
|
UTF16 Character |
True if the indicated characters is a punctuation character
AString |
|
String containing UTF-16 encoded characters |
AIndex |
|
Index of UTF16 encoded character in AString to be checked. |
IsPunctuation is a shortcut for TCharacter.IsPunctuation
|
Check if a unicode character is a punctuation character |