Skip to content

Added isAlphabetic and isAlphaNumeric Validations - #85

Merged
Samarth2190 merged 4 commits into
Samarth2190:mainfrom
Farkhanda-Dalal:feature/isAlphabetic_and_isAlphaNumeric
Sep 17, 2025
Merged

Added isAlphabetic and isAlphaNumeric Validations#85
Samarth2190 merged 4 commits into
Samarth2190:mainfrom
Farkhanda-Dalal:feature/isAlphabetic_and_isAlphaNumeric

Conversation

@Farkhanda-Dalal

@Farkhanda-Dalal Farkhanda-Dalal commented Sep 1, 2025

Copy link
Copy Markdown
Contributor

Closes #83.

Added case insensitive funcs to check if input string is alphabetic or alphanumeric.
Created tests for both funcs.
Updated the README.md for both these funcs.

Tested the funcs successfully:
Screenshot 2025-09-01 145852

@Samarth2190

Copy link
Copy Markdown
Owner

Implementation looks good. Just make the necessary changes to src/validations/index.ts.

@Samarth2190 Samarth2190 added gssoc25 GSSOC'25 approved issue Level 2 Medium Level issue labels Sep 9, 2025
@Farkhanda-Dalal
Farkhanda-Dalal force-pushed the feature/isAlphabetic_and_isAlphaNumeric branch from e780b06 to bf3b8c2 Compare September 13, 2025 07:28
@Farkhanda-Dalal

Farkhanda-Dalal commented Sep 13, 2025

Copy link
Copy Markdown
Contributor Author

@Samarth2190 made appropriate changes in src/validations/index.ts and README.md.
Please review it.

@Samarth2190
Samarth2190 merged commit 163c3cd into Samarth2190:main Sep 17, 2025
1 check passed
@Farkhanda-Dalal
Farkhanda-Dalal deleted the feature/isAlphabetic_and_isAlphaNumeric branch September 18, 2025 08:08
@Farkhanda-Dalal
Farkhanda-Dalal restored the feature/isAlphabetic_and_isAlphaNumeric branch September 18, 2025 08:09
@Farkhanda-Dalal
Farkhanda-Dalal deleted the feature/isAlphabetic_and_isAlphaNumeric branch September 18, 2025 08:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

gssoc25 GSSOC'25 approved issue Level 2 Medium Level issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Validation: Add validation helpers isAlpha and isAlphanumeric

2 participants