FsRegEx icon indicating copy to clipboard operation
FsRegEx copied to clipboard

Composable regular expressions for F#

Issue Stats Issue Stats

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.

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. 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)