- Found in:
- SKSE
Description
Wiki Description
Returns whether the character is punctuation or not. (This function requires SKSE)
Caveats
CK Wiki - Notes
None
Parameters
stringc
CK Wiki Description
The character to check.
Examples
No human-generated examples found for this function.
Auto-Generated Example
string myString__c
bool returnedValue = StringUtil.IsPunctuation(myString__c)Related Pages
- StringUtil
- StringUtil.IsLetter(...)
- StringUtil.IsDigit(...)
