The Wayback Machine - https://web.archive.org/web/20220410204744/https://github.com/topics/validate
Skip to content
#

validate

Here are 525 public repositories matching this topic...

ezkemboi
ezkemboi commented Oct 8, 2021

I would like to give this to the people who are new and would like to start contributing to validator.js.

The current version in isMobilePhone validation, we have less than 195 phone validations i.e

In the code https://github.com/validatorjs/validator.js/blob/master/src/lib/isMobilePhone.js, the validations exist from line 5 to line 119, which means we have probably 119 - 5 countries phone

❄️ A React-Native Android iOS Starter App/ BoilerPlate / Example with Redux, RN Router, & Jest with the Snowflake Hapi Server running locally or on RedHat OpenShift for the backend, or a Parse Server running locally or remotely on Heroku
  • Updated Mar 7, 2019
  • JavaScript
DimitrisRK
DimitrisRK commented Jan 6, 2022

Description

It would be great if validator skipped certain expressions.

A case I noticed this could be useful is a framework that allows using javascript expressions as attribute values in XML.
The format is usually like this:

<tagName value="5" text="{{ isVisible && isEditable }}"/>
<tagName value="5" text="{{ array.length > 5 }}"/>

As you can see, there is the case of u

Improve this page

Add a description, image, and links to the validate topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the validate topic, visit your repo's landing page and select "manage topics."

Learn more