GithubHelp home page GithubHelp logo

xjfelli / all_validations_br Goto Github PK

View Code? Open in Web Editor NEW

This project forked from criandogames/all_validations_br

0.0 1.0 0.0 113 KB

License: MIT License

Dart 84.64% Kotlin 0.45% Swift 1.46% Objective-C 0.14% HTML 13.32%

all_validations_br's Introduction

All Validations BR

Descrição do Projeto

  • AllValidations é uma solução extra leve e poderosa para Flutter. Combine validações para agilizar seu desenvolvimento. esperamos que ajude você com seus projetos.

⚙️ Funcionalidades

  • [✅] isNull
  • [✅] isNum
  • [✅] isNumericOnly
  • [✅] isNumericFloat
  • [✅] isAlphabetOnly
  • [✅] isVideo
  • [✅] isImage
  • [✅] isURL
  • [✅] isEmail
  • [✅] isPhoneNumber
  • [✅] isDateTime
  • [✅] isMD5
  • [✅] isSHA1
  • [✅] isSHA256
  • [✅] isSSN
  • [✅] isBinary
  • [✅] isIPv4
  • [✅] isIPv6
  • [✅] isHexadecimal
  • [✅] isLowerThan
  • [✅] isGreaterThan
  • [✅] isCnpj
  • [✅] isCpf
  • [✅] isRG
  • [✅] isUUID
  • [✅] isJSON
  • [✅] isCreditCard
  • [✅] isLowercase
  • [✅] isUppercase
  • [✅] isInt
  • [✅] isEqual
  • [✅] isPDF
  • [✅] isTxt
  • [✅] isChm
  • [✅] isVector
  • [✅] isHTML
  • [✅] removeCaracteres

🧪 testes

  • [✅] isNull
  • [✅] isNum
  • [✅] isNumericOnly
  • [✅] isNumericFloat
  • [✅] isAlphabetOnly
  • [✅] isVideo
  • [✅] isImage
  • [✅] isURL
  • [✅] isEmail
  • [✅] isPhoneNumber
  • [✅] isEqual
  • isDateTime
  • isMD5
  • isSHA1
  • isSHA256
  • isSSN
  • isBinary
  • isIPv4
  • isIPv6
  • isHexadecimal
  • [✅] isLowerThan
  • [✅] isGreaterThan
  • [✅] isCnpj
  • [✅] isCpf
  • [✅] isRG
  • [✅] removeCaracteres
  • [✅] isUUID
  • isJSON
  • isCreditCard
  • [✅] isLowercase
  • [✅] isUppercase
  • [✅] isInt
  • [✅] isValidBRZip
  • isPDF
  • isTxt
  • isChm
  • isVector
  • isHTML

🛠 Tecnologias

🎲 exemplo de validação CPF

var isCpf = AllValidations.isCpf(000.000.000.00); 
//this return false

🎲 exemplos de validação String é bool

var isBool = AllValidations.isBool('true'); 
//this return true

🎲 exemplos de Remoção caracteres

//(ex: `/`, `-`, `.`)
var remover = AllValidations.removeCharacters('000.000.000-00'); 
//this return 00000000000

Autores


Feito com ❤️ por


Carlos Castro 🚀 Benjamim Soprani 🚀 Shedy Husein 🚀

📝 Licença

Este projeto esta sobe a licença MIT.

all_validations_br's People

Contributors

criandogames avatar shedyhs avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.