to-double-quotes

WebJar for to-double-quotes

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

to-double-quotes
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

to-double-quotes
WebJar for to-double-quotes
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/sindresorhus/to-double-quotes

Download to-double-quotes

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/to-double-quotes/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>to-double-quotes</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/to-double-quotes/
implementation 'org.webjars.npm:to-double-quotes:2.0.0'
// https://jarcasting.com/artifacts/org.webjars.npm/to-double-quotes/
implementation ("org.webjars.npm:to-double-quotes:2.0.0")
'org.webjars.npm:to-double-quotes:jar:2.0.0'
<dependency org="org.webjars.npm" name="to-double-quotes" rev="2.0.0">
  <artifact name="to-double-quotes" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='to-double-quotes', version='2.0.0')
)
libraryDependencies += "org.webjars.npm" % "to-double-quotes" % "2.0.0"
[org.webjars.npm/to-double-quotes "2.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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"'

Related

Versions

Version
2.0.0