You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you are already enforcing the leading ^ and ending $ in regex and testing it. This could also be integrated as a test. (Like name.split(" "), iterate and maybe ignore single letter words)
When someone submits a regex with:
The test should fail and instead should ask for:
See:
https://www.geeksforgeeks.org/title-in-python/
Original mention of issue
Yes, we should have good
regex.json
tests.Originally posted by @piatrashkakanstantinass in #204 (comment)
The text was updated successfully, but these errors were encountered: