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

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

Awesome Lists containing this project

README

          

[![Actions Status](https://github.com/ocamlpro/ez_subst/workflows/Main%20Workflow/badge.svg)](https://github.com/ocamlpro/ez_subst/actions)
[![Release](https://img.shields.io/github/release/ocamlpro/ez_subst.svg)](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