import 'parsnip-ts/strings'
Match a string surrounded with double quotes
doubleQuoteString.matches('"hello"') // true
Match a string surrounded with single quotes
singleQuoteString.matches("'hello'") // true
Generated using TypeDoc
Match a string surrounded with double quotes
doubleQuoteString.matches('"hello"') // true