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

https://github.com/jackfoxy/fsregex

Composable regular expressions for F#
https://github.com/jackfoxy/fsregex

fsharp functional-programming regular-expression regular-expressions

Last synced: 6 months ago
JSON representation

Composable regular expressions for F#

Awesome Lists containing this project

README

          

[![Issue Stats](http://issuestats.com/github/jackfoxy/FsRegEx/badge/issue)](http://issuestats.com/github/jackfoxy/FsRegEx)
[![Issue Stats](http://issuestats.com/github/jackfoxy/FsRegEx/badge/pr)](http://issuestats.com/github/jackfoxy/FsRegEx)

# FsRegEx

The `FsRegEx` library contains composable functions representing all available `Regex` functionality (except timeouts) with the target input string uniformly the last parameter to better support pipe forward `|>` composition and partial application.

- Documentation: [FsRegEx](http://jackfoxy.github.io/FsRegEx/)
- Nuget: [FsRegEx](https://www.nuget.org/packages/FsRegEx "FsRegEx")

## Pull requests welcome so long as

- they include excellent unit test coverage
- they include correct intellisense documentation
- they adhere to the concepts of composability

FsRegEx adheres to [Semantic Versioning](http://semver.org/ "Semantic Versioning"). So long as the project is pre-1.0.0 minor versions may be breaking. Once the project reaches 1.0.0 minor enhancements will be backwards-compatible.

## Maintainer(s)

- [@jackfoxy](https://github.com/jackfoxy)