UNPKG

linguee

Version:

Bilingual word translation straight from Linguee website

8 lines (7 loc) 147 B
module.exports = function() { return { removeNonBreakableSpace: function(str = '') { return str.replace(/\u00A0/g, ' '); } }; };