# string-extra **Repository Path**: mirrors_tad-lispy/string-extra ## Basic Information - **Project Name**: string-extra - **Description**: String helper functions for Elm. - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2026-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README string-extra ============ String helper functions for Elm, inspired by [underscore.string](http://epeli.github.io/underscore.string/). [![Build Status](https://travis-ci.org/elm-community/string-extra.svg?branch=master)](https://travis-ci.org/elm-community/string-extra) Contributing ------------ Pull requests are welcome. If you want to talk to us, join us on the `#elm-community` or `#string-extra` channels on the [Elm Slack](https://elmlang.slack.com). Testing ------- ``` npm i npm run test ``` Maintainers ----------- This package is maintained by - [José Lorenzo Rodríguez](https://github.com/lorenzo) - [Jaap Broekhuizen](https://github.com/jaapz) Thanks ------ This package is an effort to consolidate [lorenzo/elm-string-addons](https://github.com/lorenzo/elm-string-addons), [NoRedInk/elm-string-extra](https://github.com/NoRedInk/elm-string-extra), and add utility functions inspired by [underscore.string](http://epeli.github.io/underscore.string/). So thanks to the authors of those libraries for making `string-extra` possible. License ------- The source code for this package is released under the terms of the BSD3 license. See the `LICENSE` file.