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

Javascript: String.match() no longer works. Including the Sample code given. #7034

Open
regeter opened this issue Jul 5, 2023 · 0 comments

Comments

@regeter
Copy link

regeter commented Jul 5, 2023

Sample code from codecombat:

var str = "For more information, see Chapter 3.4.5.1";
var re = /(chapter \d+(\.\d)*)/i;
var found = str.match(re);

console.log(String(found));

Code works fine in JS Console.
Tested on both Chrome and FF with same error:

|Prometheus's Krieger| Hero Placeholder had new Programmable problem: plan Line 17: TypeError: Cannot convert object to primitive value 0

Screenshot attached.
string-match

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant