UNPKG

@arco-design/web-react

Version:

Arco Design React UI Library.

7 lines (6 loc) 217 B
// Replace empty string to   export default function (str) { return typeof str === 'string' ? str.replace(/(\s{2,})|(\s{1,}$)/g, function ($0) { return '\u00A0'.repeat($0.length); }) : str; }