Rune Caster 1.0.0
Modern C++ Text Processing Framework
Loading...
Searching...
No Matches
rune_caster::spell::core Namespace Reference

Classes

class  CaseConverter
 Case conversion spell using C++20 concepts. More...
class  TrimEdges
 Trim leading and trailing whitespace. More...
class  UnicodeNormalizer
 Unicode normalization spell using C++20 concepts. More...
class  WhitespaceNormalizer
 Normalize whitespace characters using C++20 concepts. More...
class  WhitespaceTokenizer
 Simple whitespace tokenizer Splits input RuneSequence into tokens separated by Unicode whitespace. More...