Vocabulary | Summary |
io.encodings | Common support for ASCII, UTF8 and UTF16 character encodings |
sbufs | Growable string buffers |
splitting | Splitting sequences and grouping sequence elements |
strings | Fixed-size character arrays |
Vocabulary | Summary |
ascii | ASCII character classes |
csv | CSV parser |
english | English language |
farkup | Simple markup language for generating HTML |
formatting | Format data according to a specified format string |
html | HTML utilities |
io.encodings.string | Converting strings to byte arrays and vice versa |
peg | Parsing expression grammar and packrat parser |
peg.ebnf | Declarative EBNF language for writing PEG parsers |
peg.parsers | Additional PEG parsers |
porter-stemmer | Porter stemming algorithm |
regexp | Regular expressions |
simple-tokenizer | Simple string tokenizer |
sorting.human | Correct sorting of sequences of strings with embedded numbers |
strings.tables | |
tr | Fast character-to-character translation of ASCII strings |
unicode | Unicode support |
unicode.breaks | Unicode grapheme and word breaking |
unicode.case | Unicode case conversion |
unicode.categories | Parsing words used by Unicode implementation |
unicode.collation | Unicode string comparison and sorting (collation) |
unicode.data | Parsing Unicode data files |
unicode.normalize | Unicode string normalization |
unicode.script | Reads the UCD to get the script of a code point |
wrap | Word wrapping |
Vocabulary | Summary |
boyer-moore | Boyer-Moore string search algorithm |
flip-text | Turns text upside-down. |
morse | Converts between text and morse code, and plays morse code. |
pcre | libpcre binding |
soundex | Phonetic algorithm for indexing names by sound |
spelling | Peter Norvig's spelling corrector |
text-analysis | Perform analysis on English text. |
text-to-speech | Text-to-speech utility |