🌱
hello
Pinned Loading
-
-
-
Regex to validate Honduras phone num...
Regex to validate Honduras phone number using Javascript 1const validPhoneNumberRegex = /^(2|3|8|9)\d{3}-?\d{4}$/;
2const isValidPhoneNumber = (input) => validPhoneNumberRegex.test(input);
34//Test cases
5//Valid number
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.