Socket
Socket
Sign inDemoInstall

to-double-quotes

Package Overview
Dependencies
1
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    to-double-quotes

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


Version published
Maintainers
1
Install size
9.10 kB
Created

Readme

Source

to-double-quotes

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

Install

$ npm install to-double-quotes

Usage

import toDoubleQuotes from 'to-double-quotes';

toDoubleQuotes('I love \'unicorns\' "and" \'ponies\'');
//=> 'I love "unicorns" "and" "ponies"'
  • to-double-quotes-cli - CLI for this module
  • to-single-quotes - Convert matching double-quotes to single-quotes

Keywords

FAQs

Last updated on 18 Apr 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc