UNPKG

hae

Version:

Mobile web UI based on Vux

6 lines (5 loc) 174 B
'use strict' export default function (string) { const reg = new RegExp('(^[\\s\\t\\xa0\\u3000]+)|([\\u3000\\xa0\\s\\t]+\x24)', 'g') return string.replace(reg, '') }