<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.
//Example://arrow-up-right
Output(IsPunct("!.,;:")) --> true Output(IsPunct("!.,j:")) --> false
See also: isalpha isdigit islower isspace isupper
最后更新于2年前