Variable whitespaceCharactersConst

whitespaceCharacters: string[] = ...

A set of all characters that are considered whitespace by the '\s' RegExp character class. Taken from MDN.