Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

paraphrase

node v8.17.0
version: 1.3.1
endpointsharetweet
const phrase = require('paraphrase/percent'); const user = { name: {first: 'Martin', last: 'Prince'} }; phrase('Hello, %{name.first} %{name.last}', user);
Loading…

no comments

    sign in to comment