JCL Help:CharIsPunctuation@AnsiChar
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: CharIsPunctuation Function
[+] JclAnsiStrings.pas Functions
Search in JCL Help
Search in all projects
Summary
Tests whether a character is a punctuation character.
Pascal
function CharIsPunctuation(const C: Char): Boolean;
function CharIsPunctuation(const C: AnsiChar): Boolean;
Parameters
Parameters | Description |
const C: Char | The character to test. |
Return Value
If C is a punctuation character the return value is True, otherwise the return value is False.
Description
CharIsPunctuation returns whether the specified character is a punctuation character. An example would be '.'.
About
Unit
Donator
Azret Botash
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page