Documentation
¶
Overview ¶
Package whitespace provides helper functions to deal with whitespace; and accounts for all 26 UNICODE whitespace characters, and all 7 UNICODE mandatory break characters.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsMandatoryBreak ¶
IsMandatoryBreak is a function tells you if a rune is a mandatory break character or not; it accounts for all 7 UNICODE mandatory break characters.
func IsWhitespace ¶
IsWhitespace is a function tells you if a rune is a whitespace character or not; it accounts for all 26 UNICODE whitespace characters.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.