Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/typelevel/case-insensitive
A case-insensitive string for Scala
https://github.com/typelevel/case-insensitive
case-insensitive cats scala string
Last synced: about 5 hours ago
JSON representation
A case-insensitive string for Scala
- Host: GitHub
- URL: https://github.com/typelevel/case-insensitive
- Owner: typelevel
- License: apache-2.0
- Created: 2020-05-03T23:22:28.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T17:10:10.000Z (3 months ago)
- Last Synced: 2024-10-29T21:05:55.295Z (3 months ago)
- Topics: case-insensitive, cats, scala, string
- Language: Scala
- Homepage:
- Size: 964 KB
- Stars: 37
- Watchers: 9
- Forks: 15
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# case-insensitive - Case Insensitive structures for Scala [![Continuous Integration](https://github.com/typelevel/case-insensitive/actions/workflows/ci.yml/badge.svg)](https://github.com/typelevel/case-insensitive/actions/workflows/ci.yml)[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.typelevel/case-insensitive_2.13/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.typelevel/case-insensitive_2.13) ![Code of Conduct](https://img.shields.io/badge/Code%20of%20Conduct-Scala-blue.svg)
## [Head on over to the microsite](https://typelevel.org/case-insensitive/)
## Quick Start
To use case-insensitive in an existing SBT project with Scala 2.11 or a later version, add the following dependencies to your
`build.sbt` depending on your needs:```scala
libraryDependencies ++= Seq(
"org.typelevel" %% "case-insensitive" % ""
)
```