jstrs
TypeScript icon, indicating that this package has built-in type declarations

1.1.7 • Public • Published

NPM version Build Status Coverage Status

jstrs

Javascript String functions

jstrs 常用字符串处理函数

e.g.

  • input:
console.log(jstrs.format('#{0} #{1} {0}', [10, 2])); // '10 2 10'
console.log(jstrs.encodeHTML('<div>')); // '&lt;div;&gt;'

License

MIT © zswang

Package Sidebar

Install

npm i jstrs

Weekly Downloads

12

Version

1.1.7

License

MIT

Unpacked Size

24.1 kB

Total Files

6

Last publish

Collaborators

  • zswang