Regex Validators for Strings

Username

Password is complex

Email is valid

Returns true if email matches pattern x@y.z where:
  • x, y: alphabetic characters, numbers and characters
  • z: only alphabetic characters, min-length is 2

Regex Validators for Numbers

Date ISO/DIN

Time

Copyright Jan Suwart, MIT license