Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
module
Nucleoc::Chars
Class methods
char_class
(c :
Char
, config :
Config
) :
CharClass
Source
char_class_and_normalize
(c :
Char
, config :
Config
) :
Tuple
(
Char
,
CharClass
)
Source
graphemes
(text :
String
) :
Array
(
Char
)
Return the first codepoint of each grapheme (special casing CRLF like rust)
Source
normalize
(c :
Char
, config :
Config
) :
Char
Source
to_lower_case
(c :
Char
) :
Char
Source
upper_case?
(c :
Char
) :
Bool
Source