https://github.com/ocamlpro/ez_subst
Simple substitution module for OCaml
https://github.com/ocamlpro/ez_subst
Last synced: 11 months ago
JSON representation
Simple substitution module for OCaml
- Host: GitHub
- URL: https://github.com/ocamlpro/ez_subst
- Owner: OCamlPro
- License: other
- Created: 2020-09-13T17:53:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-09T07:19:32.000Z (almost 4 years ago)
- Last Synced: 2023-03-11T18:18:47.221Z (over 3 years ago)
- Language: OCaml
- Homepage: https://ocamlpro.github.io/ez_subst
- Size: 8.15 MB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://github.com/ocamlpro/ez_subst/actions)
[](https://github.com/ocamlpro/ez_subst/releases)
# ez_subst
Ez_subst is a simple module to perform string substitutions, like
${brace}, $(paren), $[bracket] or $alpha. It provides many options
to configure the substitutions.
* Website: https://ocamlpro.github.io/ez_subst
* General Documentation: https://ocamlpro.github.io/ez_subst/sphinx
* API Documentation: https://ocamlpro.github.io/ez_subst/doc
* Sources: https://github.com/ocamlpro/ez_subst