We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Website-link: https://coderdojopotsdam.github.io/regex-tutorial/en/05-02.html
Only regular expressions matching the whole numbers should be considered valid.
"[048]" is considered a valid answer to the challenge though it only matches the last digits of 20, 24, 28.
Enter "[048]" as user input into the challenge
If the reference regex starts with ^ and ends with $ the user input should also be checked against each whole example line. See PR #121.
The text was updated successfully, but these errors were encountered:
Solved by PR #121
Sorry, something went wrong.
No branches or pull requests
Website-link: https://coderdojopotsdam.github.io/regex-tutorial/en/05-02.html
Expected Behavior
Only regular expressions matching the whole numbers should be considered valid.
Actual Behavior
"[048]" is considered a valid answer to the challenge though it only matches the last digits of 20, 24, 28.
Actions to Reproduce
Enter "[048]" as user input into the challenge
Solution Description
If the reference regex starts with ^ and ends with $ the user input should also be checked against each whole example line.
See PR #121.
Languages
The text was updated successfully, but these errors were encountered: