# String 字符串

## 方法

[$core.toParamString](https://github.com/qianduanka/core-js-pro/blob/main/markdown/string/toParamString.md) 转换成字符串

[$core.toSeparator](https://github.com/qianduanka/core-js-pro/blob/main/markdown/string/toSeparator.md) 转换连接符方式，默认中划线

[$core.toHump](https://github.com/qianduanka/core-js-pro/blob/main/markdown/string/toHump.md) 转换驼峰方式

[$core.lowerFirst](https://github.com/qianduanka/core-js-pro/blob/main/markdown/string/lowerFirst.md) 字符串首字母转换成小写

[$core.upperFirst](https://github.com/qianduanka/core-js-pro/blob/main/markdown/string/upperFirst.md) 字符串首字母转换成大写

[$core.delString](https://github.com/qianduanka/core-js-pro/blob/main/markdown/string/delString.md) 删除从索引位置指定长度字符

[$core.insertString](https://github.com/qianduanka/core-js-pro/blob/main/markdown/string/insertString.md) 插入从索引位置的字符串

[$core.spliceString](https://github.com/qianduanka/core-js-pro/blob/main/markdown/string/spliceString.md) 从索引位置删除指定长度字符，并可从当前索引插入字符串

[$core.formatThousand](https://github.com/qianduanka/core-js-pro/blob/main/markdown/string/formatThousand.md) 千分符
