Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IsValidPhoneNumber #11

Open
m10rten opened this issue Aug 27, 2022 · 0 comments
Open

IsValidPhoneNumber #11

m10rten opened this issue Aug 27, 2022 · 0 comments
Labels
feature request When requesting a feature, use this label. Future planned Planned to do in later release

Comments

@m10rten
Copy link
Owner

m10rten commented Aug 27, 2022

Validates a phone number based on the incoming input.
Input: number or string, begin with 0 means string.
Optional parameter for pattern/ length with an object, defaulted.

Returns boolean.

Example:
IsValidPhoneNumber("075123456"); // true

@m10rten m10rten added the feature request When requesting a feature, use this label. label Aug 27, 2022
@m10rten m10rten added the Future planned Planned to do in later release label Sep 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request When requesting a feature, use this label. Future planned Planned to do in later release
Projects
None yet
Development

No branches or pull requests

1 participant