lang

Language module

Classes

Lang

Type Definitions

isInCharset(c) → {Boolean}

A function which verifies if a character belongs to a charset
Parameters:
Name Type Description
c Char | Number the character to be verified (a character or its unicode)
Returns:
Boolean - belongs true if it belongs, false otherwise