Package: effect
Module: SchemaAST
Generates a regular expression that captures the pattern defined by the given TemplateLiteral AST.
See
getTemplateLiteralRegExp for a variant that does not capture the pattern.Signature
declare const getTemplateLiteralCapturingRegExp: (ast: TemplateLiteral) => RegExp
Since v3.10.0