meteor-slugify:从字符串中删除特殊字符

时间:2021-05-22 23:30:11
【文件属性】:
文件名称:meteor-slugify:从字符串中删除特殊字符
文件大小:9KB
文件格式:ZIP
更新时间:2021-05-22 23:30:11
JavaScript 流星Sl 一个包,用于从字符串中删除特殊字符。 安装 $ meteor add yasaricli:slugify 用法 slugify ( 'some string' ) ; // returns some-string slugify ( 'some string' , '_' ) ; // if you prefer something other than '-' as separator 模板 { { slugify 'You ve pressed the button 0 times.' } } // "you-ve-pressed-the-button-0-times."
【文件预览】:
meteor-slugify-master
----chars.js(4KB)
----package.js(769B)
----example()
--------example.html(284B)
--------example.js(478B)
--------packages()
--------example.css(31B)
--------.meteor()
----LICENSE(1KB)
----README.md(425B)
----slugify.js(892B)
----tests.js(2KB)

网友评论