Skip to content

strip leading/trailing single or double quotes from a string

License

Notifications You must be signed in to change notification settings

moimikey/stripquotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published