Created
October 17, 2020 08:39
-
-
Save jufianto/639f72827a2ac574f0506672115b3e92 to your computer and use it in GitHub Desktop.
Regex Learn by Jufi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
^([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