Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 329 Bytes

cp.interpolate.md

File metadata and controls

15 lines (10 loc) · 329 Bytes

docs » cp.interpolate


Provides a function that will interpolate values into a string. It also augments the standard string to override the "mod" (%) operator so that any string can be easily interpolated, like so:

"Hello ${world}" % { world = "Earth" }

API Overview

API Documentation