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

https://github.com/purescript/purescript-strings

String utility functions, Char type, regular expressions.
https://github.com/purescript/purescript-strings

Last synced: 2 months ago
JSON representation

String utility functions, Char type, regular expressions.

Awesome Lists containing this project

README

          

# purescript-strings

[![Latest release](http://img.shields.io/github/release/purescript/purescript-strings.svg)](https://github.com/purescript/purescript-strings/releases)
[![Build status](https://github.com/purescript/purescript-strings/workflows/CI/badge.svg?branch=master)](https://github.com/purescript/purescript-strings/actions?query=workflow%3ACI+branch%3Amaster)
[![Pursuit](https://pursuit.purescript.org/packages/purescript-strings/badge)](https://pursuit.purescript.org/packages/purescript-strings)

String and char utility functions, regular expressions.

## Installation

```
spago install strings
```

## Documentation

Module documentation is [published on Pursuit](http://pursuit.purescript.org/packages/purescript-strings).