You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
js interpreter - incorrectly replacing all slashes (/) leading to failing regex. also add support for /g for global searches as dart does not have it
#1501
Closed
kmahmood74 opened this issue
Jul 23, 2024
· 0 comments
varstagingRegex=/https:\/\/a\.b\.c\.d\/e\/[a-f0-9\-]{36}/;stagingRegex.test('https://a.b.c.d/e/197ccfda-a134-49ff-a9d9-1ea8cbd89c73');//should return true but was failing
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: