shared
utils
string
object
is
extension
js
tracking
string
dom
when
selection
position
iframe
event
scroll
console
node
string
project
fs
console
unquote
Type:Function
Status:stable
Since:1.0.0
Platform:jsnode
@blackbyte.sugar.shared.string
Remove the quotes of a string Types of quotes removed :
",',”, ’`‘
Params
- string*-String
The string to process
- settings{}TUnquoteSettings
Some settings to configure your unquoting process
Return
- -String
The unquoted string
Example
import { unquote } from '@blackbyte/sugar/string'
unquote("'Hello world'") // "Hello world"Todo
- testsnormal
Author
- Olivier Bosselolivier.bossel@gmail.comhttps://blackbyte.space