Jagroop2001 / validify-string

https://www.npmjs.com/package/validify-string
5 stars 11 forks source link

More Utility functions #4

Closed singhcodes26 closed 9 months ago

singhcodes26 commented 9 months ago

I can add more utility functions under JWOC

  1. validator.isUpperCase(str): Check if the entire string is in uppercase.
  2. validator.isLowerCase(str): Check if the entire string is in lowercase.
  3. validator.isDate(str): Check if the string represents a valid date.
  4. validator.isPalindrome(str): Check if the string is a palindrome.
Jagroop2001 commented 9 months ago

@singhcodes26 !! Go for it !!

amanswarnakar commented 9 months ago

Hey @Jagroop2001, I would like to work on this issue under JWOC'24

Jagroop2001 commented 9 months ago

@amanswarnakar , you can create a new issue with different utility functions

Jagroop2001 commented 9 months ago

https://github.com/Jagroop2001/validify-string/pull/9