$ cnpm install to-single-quotes
Convert matching double-quotes to single-quotes:
I "love" unicorns→I 'love' unicorns
$ npm install to-single-quotes
import toSingleQuotes from 'to-single-quotes';
toSingleQuotes('I love "unicorns" \'and\' "ponies"');
//=> "I love 'unicorns' 'and' 'ponies'"
Copyright 2013 - present © cnpmjs.org | Home |