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