0.0.1 • Published 10 years ago
jstrs v0.0.1
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>')); // '<div;>'License
MIT © zswang