bonzo icon indicating copy to clipboard operation
bonzo copied to clipboard

Use replace rather than trim

Open ironsidevsquincy opened this issue 10 years ago • 1 comments

Browser support is IE9+, but this would go towards making it more lenient to older browsers that don't support trim

ironsidevsquincy avatar Aug 15 '14 17:08 ironsidevsquincy

Would suggest using a better regex .replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, '')`

sach2211 avatar Aug 10 '16 09:08 sach2211