You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 1, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: readme.md
+2
Original file line number
Diff line number
Diff line change
@@ -226,6 +226,8 @@ All validators are written as `snake_case` but it's up to the user's taste and c
226
226
*`numeric` Only positive numeric value (float, integer).
227
227
*`numeric_signed` Only numeric value (float, integer) can also be signed (-/+).
228
228
*`pattern` Ensure it follows a regular expression pattern... Refer to [Wiki - Regular Expression Pattern](https://github.com/ghiscoding/angular-validation/wiki/Regular-Expression-Pattern) on how to use it.
229
+
*`phone` Check for a valid phone number (Canada/US)
230
+
*`phone_international` Check for a valid international phone number
229
231
*`range` Alias of `between`
230
232
*`required` Ensures the specified key value exists and is not empty
0 commit comments