Packages

Stringly is an Elixir package packed with a wide range of string manipulation functions, it boosts Elixir's native `String` module with some extra handy tools.

Retired package: Deprecated - No longer maintain

Current section

Files

Jump to
stringly CHANGELOG.md
Raw

CHANGELOG.md

## [0.1.0] - 2024-05-11
### Added
- Added `Stringly.limit/3` function to limits the number of strings.
- Added `Stringly.remainder_after/2` function to returns everything after the given value in a string.
- Added `Stringly.slug/5` function to generates a URL friendly slug from the given string.
- Added `Stringly.words/3` function to limits the number of words in a given string.