Skip to content

yuvalka/StringsValidaor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emails/Strings Validator

Goal

Analyze list of emails (can be any string) and determine if it's good or bad string regarding various checkers/rules

Configurations

  1. In run.php define which checkers are necessary for testing

    by default: 'valid','domain','words','characters','patterns'; (adding 'existingEmail' checker is optional but will slow processing significantly)

  2. in test file - define your emails.

    optional - define other path in Checker instantiate

  3. output will be printed out and in result file

How to use ?

php run.php

About

Strings Validator for PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages