Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 1.13 KB

File metadata and controls

28 lines (25 loc) · 1.13 KB
title ms.date ms.prod ms.technology ms.topic f1_keywords dev_langs ms.assetid author ms.author manager
Syntax error in regular expression (JavaScript) | Microsoft Docs
01/18/2017
visual-studio-windows
vs-javascript
error-reference
VS.WebClient.Help.SCRIPT5017
JavaScript
TypeScript
DHTML
7799ed69-c877-42a1-87cf-ad6739302c10
mikejo5000
mikejo
ghogen

Syntax error in regular expression (JavaScript)

The structure of your search string violates one or more of the grammatical rules of a [!INCLUDEjavascript] regular expression.

To correct this error

  • Ensure the structure of your regular expression search string adheres to the [!INCLUDEjavascript] regular expression syntax.

See also

Regular Expression Object
Regular Expression Syntax (JavaScript)
compile Method (Regular Expression)