Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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
Assignees
Labels
bug Something isn't working

Comments

@kmahmood74
Copy link
Collaborator

var stagingRegex = /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
@kmahmood74 kmahmood74 added the bug Something isn't working label Jul 23, 2024
@kmahmood74 kmahmood74 self-assigned this Jul 23, 2024
@github-project-automation github-project-automation bot moved this to Backlog in Ensemble Jul 23, 2024
kmahmood74 added a commit that referenced this issue Jul 23, 2024
@github-project-automation github-project-automation bot moved this from Backlog to Released in Ensemble Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Released
Development

No branches or pull requests

1 participant