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
{{ message }}
This repository has been archived by the owner on Jul 9, 2022. It is now read-only.
Hello,
I tried with following regular expression :
var Regex = require("regex");
var regex = new Regex(/[A-Z]*/);
regex.test("A");
I was expecting the result to be 'true', but I see the result as false. Other basic expressions are not matching as well.
The text was updated successfully, but these errors were encountered: