Chalarangelo / 30-seconds-of-code

Short code snippets for all your development needs

Home Page:https://30secondsofcode.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Validators Snippets

arnabuchiha opened this issue · comments

  • Validate IPv4
  • Validate Hexadecimal
  • Validate EmailID
  • Validate Phone Number

Can I work on these?

Not really, validation is outside the scope of this repo for the most part, as it requires a deeper understanding of a lot of concepts not explainable in 30s or less.