UNPKG

ldml-number

Version:

Formats numbers using the Unicode formatting standard, LDML.

4 lines (3 loc) 114 B
module.exports = function unquote ( s ) { return s && s.replace( /'([^']+)'/g, '$1' ).replace( /''/g, "'" ); };