firasdib / Regex101

This repository is currently only used for issue tracking for www.regex101.com
3.25k stars 199 forks source link

Typo in Task 7: Validate an IP Address #2257

Closed arnodunstatter closed 4 months ago

arnodunstatter commented 5 months ago

Bug Description

The current instructions read

Validate an IPv4 address. The addresses are four numbered separated by three dots, and can only have a maximum value of 255 in either octet. Start by trying to validate 172.16.254.1.

But I believe it should instead read

Validate an IPv4 address. The addresses are four **integers** separated by three dots, where each integer can only have a maximum value of 255. Start by trying to validate 172.16.254.1.

Reproduction steps

Go to Task 7: https://regex101.com/quiz/7

Expected Outcome

Browser

Chrome

OS

Windows 10

firasdib commented 4 months ago

Thanks, will be fixed in the next release