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
validation.py should return true when the value aplpabhetical otherwise return false
return true when the value example ("_redquinoa", 4)
change regex behavior from this '^[a-z0-9.]*$' to this '^[a-z][a-z0-9.]*$'
The text was updated successfully, but these errors were encountered:
Close google#34844
456ec84
Updated validations.py python script. Fixed the behavior of validate_user function in validations.py
Close: google#34844
6fe731b
Update validations.py python script. Fixed the behavior of validate_user finction in validations.py
Successfully merging a pull request may close this issue.
Expected Behavior
validation.py should return true when the value aplpabhetical otherwise return false
Actual Behavior
return true when the value example ("_redquinoa", 4)
Steps to Reproduce the Problem
change regex behavior from this '^[a-z0-9.]*$' to this '^[a-z][a-z0-9.]*$'
Specifications
The text was updated successfully, but these errors were encountered: