FunctionsisPunctuationOrSpaceisPunctuationOrSpace CallableisPunctuationOrSpace(character: string): booleanReturn whether the passed character belongs to either the unicode Symbol, Punctuation or Separator category.Parameterscharacter: stringThe character needs to be checked.Returns booleanWhether the passed character is equivalent to one of aforementioned punctuation characters
Return whether the passed character belongs to either the unicode Symbol, Punctuation or Separator category.