From 53c7019e467affa5e10e93bf507868257582a727 Mon Sep 17 00:00:00 2001 From: UmaMaheswariChandrabose Date: Thu, 12 Sep 2019 15:54:48 +0530 Subject: [PATCH] non-capturing regex issue. --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 3e7fa947b..6d2283302 100644 --- a/src/apps.json +++ b/src/apps.json @@ -3242,7 +3242,7 @@ 18, 59 ], - "html": "<[^>]+ class ?= ?['|\"](e-control|[^\"]+ e-control)\\b[^\"]* e-lib\\b", + "html": "<[^>]+ class ?= ?\"(?:e-control|[^\"]+ e-control)(?: )[^\"]* e-lib\\b", "icon": "syncfusion.svg", "website": "https://www.syncfusion.com/javascript-ui-controls" },