Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.09 KB

README.md

File metadata and controls

22 lines (13 loc) · 1.09 KB

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)