moimikey / stripquotes

strip leading/trailing single or double quotes from a string

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stripquotes Build Status

Version License Downloads Deps DevDeps

strip leading/trailing single or double quotes from a string, including guillemets!

examples

import stripquotes from 'stripquotes'

stripquotes(`«Ich liebe dich»`)
> "Ich liebe dich..."
stripquotes('“uhhhh na-na-na-na!”')
> "uhhhh na-na-na-na!"
stripquotes('"whatever gorl..."')
> "whatever gorl..."

yaaaaassss queen yaaaaaassss

About

strip leading/trailing single or double quotes from a string

License:MIT License


Languages

Language:JavaScript 100.0%