Hi
The solution provided to this challenge works for only a limited test case. My understanding is that the challenge is wide. “Use capture groups in reRegex
to match numbers that are repeated only three times in a string, each separated by a space.”
A possible case that should technically return true is “A 42 42 42”; however the solution provided dictates that the whole string only consists of the three numbers with the two spaces.
The challenge should probably be worded differently. Thoughts?