1.0.3 • Published 4 years ago
creat v1.0.3
安装方式
npm install sy109
导入方式
const sy109 = require('sy109');
方法使用说明
ucfirst - 把字符串首字母变为大写
sy109.ucfirst('hello'); // Hello
tolower - 把字符串转为小写
sy109.tolower('ASDFAD'); // asdfad
npm install sy109
const sy109 = require('sy109');
sy109.ucfirst('hello'); // Hello
sy109.tolower('ASDFAD'); // asdfad