文件名称:camelcase:将dashdotunderscorespace分隔的字符串转换为camelCase
文件大小:9KB
文件格式:ZIP
更新时间:2024-05-02 21:55:29
JavaScript
骆驼香烟盒 将破折号/点号/下划线/空格分隔的字符串转换为camelCase或PascalCase: foo-bar → fooBar 正确处理Unicode字符串。 安装 $ npm install camelcase 如果您需要支持Firefox <78 xss=removed> 'fooBar' camelCase ( 'foo_bar' ) ; //=> 'fooBar' camelCase ( 'Foo-Bar' ) ; //=> 'fooBar' camelCase ( 'розовый_пушистый_единороги' ) ; //=> 'розовыйПуш
【文件预览】:
camelcase-main
----index.test-d.ts(681B)
----.gitattributes(19B)
----.github()
--------funding.yml(115B)
--------security.md(179B)
--------workflows()
----test.js(13KB)
----license(1KB)
----index.d.ts(2KB)
----.npmrc(19B)
----.editorconfig(175B)
----.gitignore(23B)
----index.js(3KB)
----readme.md(3KB)
----package.json(812B)