to-single-quotes

Convert matching double-quotes to single-quotes: `I "love" unicorns` → `I 'love' unicorns`

MIT 14 个版本
安装
npm install to-single-quotes
yarn add to-single-quotes
pnpm add to-single-quotes
bun add to-single-quotes
README

to-single-quotes

Convert matching double-quotes to single-quotes: I "love" unicornsI 'love' unicorns

Install

$ npm install to-single-quotes

Usage

import toSingleQuotes from 'to-single-quotes';

toSingleQuotes('I love "unicorns" \'and\' "ponies"');
//=> "I love 'unicorns' 'and' 'ponies'"
版本列表
4.0.0 2021-04-18
3.0.0 2017-03-15
2.0.1 2016-07-04
2.0.0 2015-10-08
1.0.4 2015-10-03
1.0.3 2015-05-31
1.0.2 2015-03-16
1.0.1 2014-08-22
1.0.0 2014-08-22
0.3.2 2014-04-29
0.3.1 2014-04-11
0.3.0 2014-03-28
0.2.0 2014-01-26
0.1.0 2014-01-18