Javascript – Regex that match exactly 3 identical consecutive numbers
Good morning all, I want to make a regex that match 3 same consecutive numbers. It should match only 3 numbers in a row (separated by a space), the numbers should be identical. If there are less or more than…