@shelf/is-string-in-quotes
v1.0.0
Published
Check if string is inside quotation marks (22 styles)
Downloads
8,393
Maintainers
Readme
is-string-in-quotes
Check if string is inside quotation marks. Supports 22 quotation styles (source)
Install
$ yarn add @shelf/is-string-in-quotes
Usage
const {isStringInQuotes} = require('@shelf/is-string-in-quotes');
isStringInQuotes('«hello»');
isStringInQuotes('„hello”');
isStringInQuotes('"hello"');
License
MIT © Shelf