-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Description:
Implement a function is_alphanumeric(string) to check if a string contains only letters and numbers.
This must be in validators.py and unit tests must be in test_validators.py
Acceptance Criteria:
Accepts alphanumeric values (abc123, Test42)
Returns False for inputs with special chars (abc!123)
Unit tests included
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers