Skip to content

is_alphanumeric() #8

@RaeesFatima

Description

@RaeesFatima

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

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions