Skip to content

Instantly share code, notes, and snippets.

@jufianto
Created October 17, 2020 08:39
Show Gist options
  • Save jufianto/639f72827a2ac574f0506672115b3e92 to your computer and use it in GitHub Desktop.
Save jufianto/639f72827a2ac574f0506672115b3e92 to your computer and use it in GitHub Desktop.
Regex Learn by Jufi
^([1-9]|[12]\d|3[01])$ -> untuk setingan value harus dalam bentuk angka hari 1-31
^([1-9]|1[0-2])$ => untuk regex setungan bulan 1-12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment