1.0.1 • Published 2 years ago

text-automation v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

安装

npm install text-automation

导入

const text-automation  = require('text-automation')

富文本空格

//调用line_方法   处理富文本多个空格 (默认一个空格)

var  str = text-automation.line_(参数)

字符串空格 删除中文空格

// 删除所有空格   中文

var str = text-automation.delete_line(参数)

html 转译

//html_   处理html转译

var  str = text-automation.html_(参数)