vscode-sqltools icon indicating copy to clipboard operation
vscode-sqltools copied to clipboard

Invalid regular expression

Open prakashrajPk opened this issue 3 years ago • 2 comments

return new RegExp("^([\p{Alphabetic}\p{Mark}\p{Decimal_Number}\p{Connector_Punctuation}\p{Join_Control}" + specialChars.join('') + "]+)", 'u'); ^

SyntaxError: Invalid regular expression: /^([\p{Alphabetic}\p{Mark}\p{Decimal_Number}\p{Connector_Punctuation}\p{Join_Control}]+)/: Invalid escape at new RegExp ()

prakashrajPk avatar May 24 '21 05:05 prakashrajPk

@prakashrajPk did you got solved from this issue?

chaitanya71998 avatar May 03 '22 15:05 chaitanya71998

If you are still getting this problem please give detailed reproduction steps.

gjsjohnmurray avatar Jul 22 '22 23:07 gjsjohnmurray