Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Variables

Const doubleQuoteString

doubleQuoteString: Parser<string>

Match a string surrounded with double quotes

doubleQuoteString.matches('"hello"') // true

Const singleQuoteString

singleQuoteString: Parser<string>

Match a string surrounded with single quotes

singleQuoteString.matches("'hello'") // true

Generated using TypeDoc