Remove diacritics from a string
A tiny library to span substrings.
A lib that from a string tells you how many SMS would be needed.
Generate random strings from regular expressions.
Typesafe string interpolation via placeholder parsing
Handle Unicode decimal characters
Tiny library to solve multiline string indentation problems.
Converts file size in bytes to a human readable string
Do string operations based on graphemes instead of codepoints or bytes.
Convert numbers into words
Format numbers as pretty strings
Format numbers as pretty strings
Computes the Levenshtein distance between strings
String helper functions for Elm
An Elm language implementation of the french Porter Stemmer algorithm
Format large numbers in several human-readable ways, like swarmsim.com does.
Paragraph formatting in elm
Functions to convert String to Int or Int to String in various radixes
exposes a function to deburr strings
Wordlist-based sentiment analysis for Elm
Elm module for (advanced) number formatting. Numeral.js port to Elm
Elm implementation of the classical Porter Stemming-algorithm.
An abstraction for working with plural rules
Finds the most relevant document to your word
Finds the most relevant sentence
Mask `String`s to be used in input fields
A diff implementation for Elm
Avoid ugly String concatenation with pipable interpolation
Pluralize/singularize strings
Search and sort a list of data using a DSL for conjunction and negation
String normalization utils
Minimal viable template engine for Elm
Inject values from a list into a template. Useful for i18n and templated copy.
Type-safe Elm string templating with records
Elm library for making ordinal strings (1st 2nd 3rd)
Strings pluralization and singularization
Create strings that contain at least a single character.
Elm package for converting text to HTML with emojis as Unicode or images.
A simple way to apply a mask on your string
Parse and evaluate boolean expressions from strings like 'one AND two OR three'
Sort strings with numbers and diacritics “naturally”
makes memorable words that correlate to random numbers.
Encode and decode strings with ISO/IEC 8859 or Windows-1252.
Unicode-aware functions for Chars
Additional functions for working with Chars
Elm module for (advanced) number formatting. Forked from ggb/numeral-elm
A type for representing formatted text
A type for representing formatted text
Fuzzy matching and filtering for strings.
Compile Handlebars Templates in Elm
Implementation of tracery in Elm. see tracery.io
Elm 0.19 of github.com/krisajenkins/formatting type-safe string formatting lib
a string containing the 256 unicode codepoints of codepage 437
Package contains some util methods for converting numbers into words.
Full text index engine in Elm language inspired by lunr.js.
Stemmer is an Elm language implementation of Porter Stemmer
Calculate a metric indicating the string distance between two strings
An implementation of the FNV-1a hash function for Elm
An implementation of the Murmur3 hash function for Elm
Print formatted text to the console using ANSI escape sequences.
Readability scores in Elm. New Dale–Chall & Coleman-Liau readability formula
ReCase - convert a string from any case to any case
Package contains some util methods for converting numbers into words.
A combinator library for pretty printing.
A library for converting between camel-case, snake-case, kebab-case and so on.
A library for fuzzy string matching
Generate SHA1 digests of strings or arbitrary data
Parsing streams of text with ANSI escape sequences
Computes the Jaro–Winkler string similarity.
Convert between unicode codepoints/UTF-32, UTF-16 and UTF-8.
Would you like to use Elm for real-world projects?
📢 My book
Practical Elm
skips the basics and gets straight into the nuts-and-bolts of building non-trivial apps.
🛠 Things like building out the UI, communicating with servers, parsing JSON, structuring the application as it grows, testing, and so on.