Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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" % ""
)
```