-
We can add,
1.) Is valid phone number: (checks for valid mobile number entered, i.e. 10 numeric characters only)
2.)Date format Validator: (Verify if a string represents a valid date in a specific f…
-
Atualmente, o pacote não realiza nenhuma validação de cartão de crédito. Isso pode ser um problema, pois permite que os usuários insiram números de cartão de crédito inválidos ou incorretos, dependend…
-
Luhn's Algorithm is a validation algorithm used to verify different numbers. Banks normally use this to validate and verify debit and credit card numbers. In our case we will use this to verify the ac…
-
Add more utlity functions for validating stings :
I will change the tag accordingly depending upon the number of utility functions added to validate sting.
-
Integrate NIPU (Unique Personal Identification Number) generation logic based on agreement with BUNEC.
# Example
`20220921000700121`
`2022` – Year of birth
`09` – Month of birth
`21` – Day o…
-
I would be great to have an placeholder for an checksum in the Invoicenumber if I use the "schema" Option.
Maybe there could be something like
{$checksum} and the checksum is calculated with http…
-
The new v2 course will contain timing information for each slide. It also divides the course into "sessions" (day N morning/afternoon) and further into "segments" (about an hour each, including an exe…
-
Implement Detection for 16-digit credit card numbers.
This includes detection of “XXXX XXXX XXXX XXXX,” “XXXX-XXXX-XXXX-XXXX,” etc. Any sequence of numbers that are separated by a space. This rules…
-
**Describe the bug**
ID number for Locale "en-ZA"
produces id in format ###-##-####
instead of "en-ZA" formart:
id_number:
formats: ["##########08#"]
**To Reproduce**
new Faker(new Loc…
-
I would like to use the type parser builder to create a type parser that has the ability to ensure the parsed value is also validated by any custom validation method.
This would allow, for example,…