Get array of punctuation characters
Usage
// basic usage
$array = $wireTextTools->getPunctuationChars();
// usage with all arguments
$array = $wireTextTools->getPunctuationChars(bool $sentence = false);
Arguments
Name | Type(s) | Description |
---|---|---|
sentence (optional) | bool | Get only sentence-ending punctuation |
Return value
array
WireTextTools methods and properties
API reference based on ProcessWire core version 3.0.236