IsPunct
<evalcmd> IsPunct && bool && True if string consists only of punctuation characters. && string && string && String to test. </evalcmd>
Returns True if string consists entirely of punctuation characters, otherwise returns False.
Output(IsPunct("!.,;:"))
--> true
Output(IsPunct("!.,j:"))
--> false
最后更新于