1.1.6 • Published 8 years ago

re-format v1.1.6

Weekly downloads
132
License
ISC
Repository
github
Last release
8 years ago

re-format

A simple string formatting funciton which is focused on being fast

#Example

  var format = require("re-format");
  
  console.log(format("my favorite number is {n}", { n: 5 }));
  //=> my favorite number is 5

  console.log(format("my favorite number is {0}", 5));
  //=> my favorite number is 5
1.1.6

8 years ago

1.1.5

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.5

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago