Skip to content
forked from fzserver/FzRegex

Frazile Regex is a validator library.

License

Notifications You must be signed in to change notification settings

ZiyadF296/FzRegex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frazile Regex

Validating: Phone, Name, PostalCode, Email, URL, Currency, IP Address, Date, Time, HTMLTags, Password (Strong), Password (Medium), Credit Card.\n for Dart/Flutter Developers.

Pub

Installation

In the dependencies: section of your pubspec.yaml, add the following line:

fzregex: <latest_version>

Validating:

  • Username
  • Name
  • Only Numbers
  • Email
  • URL
  • Phone Number
  • Hexadecimal
  • Image vector
  • Image
  • Audio
  • Video
  • Txt
  • Document
  • Excel
  • PPT
  • APK
  • PDF
  • HTML
  • DateTime
  • Binary
  • MD5
  • SHA1
  • SHA256
  • SSN (Social Security Number)
  • IPv4
  • IPv6
  • ISBN 10 & 13
  • Github repository
  • Passport No.
  • Currency
  • Numeric Only (No Whitespace & Symbols)
  • Alphabet Only (No Whitespace & Symbols)
  • Types of Passwords
  • Postal Code
  • HTML Tags
  • Credit/Debit Card

For Dart/Flutter developers. Fz Regex Validator at pub.dartlang.org

Usage

Usage is pretty simple just pass a phone, date, email... to its validation method, see the example below

import 'package:fzregex/fzregex.dart';
import 'package:fzregex/utils/pattern.dart';

main() {
  Fzregex.hasMatch('Krishna_Ra1', FzPattern.username);
  Fzregex.hasMatch('+91 7009046544', FzPattern.phone);
  Fzregex.hasMatch('[email protected]', FzPattern.email);
  Fzregex.hasMatch('https://youtube.com/', FzPattern.url);
  Fzregex.hasMatch('\$ 100,000', FzPattern.currency);
}

💰 Donations

This project needs you! If you would like to support this project's further upgradations, the creator of this project or the continuous maintenance of this project, feel free to donate. Your donation is highly appreciated (and I love food, coffee and beer). Thank you!

Paypal

PayPal

For All Developers

  • Donate $5: Thank's for creating this project, here's a coffee or juice or beer for you!
  • Donate $10: Wow, I am stunned. Let me take you to the movies.
  • Donate $15: I really appreciate your work, let's grab some lunch!
  • Donate $20: That's some awesome stuff you did right there, Pizza/Burger is on me!
  • Donate $25: Thank's for the code, get a Firebase Flame Plan for your next project.
  • Donate $30: I really really want to support this project, great job!
  • Donate $35: You are the man! This project saved me hours (if not days) of struggle and hard work, simply awesome!
  • Donate $40: I want to learn more let's connect, Dinner is on me!
  • Donate $45: Many many thanks for the flutter project in dart language.
  • Donate $50: Thanks to tell the working of Firebase Cloud Functions in JavaScript/TypeScript & using of Nodejs & Firebase CLI!
  • Donate $60: Let me buy u some Storage Server, about say 100 GB!
  • Donate $70: Thank's for creating this plugin/package/code, here's some bugs for Domain Name with SSL, Storage Server(150 GB)!
  • Donate $80: Thank's for creating this plugin/package/code, here's some bugs for Domain Name with SSL, Storage Server(150 GB), Lights billings!
  • Donate $90: Thank's for creating this plugin/package/code, here's some bugs for Domain Name with SSL, Storage Server(150 GB), Lights & Internet billings!
  • Donate $100: Thank's for creating the best plugin/package/code, here's a 2TB HDD for your Storage Server is on me!
  • Donate $299: Thank's buddy for the awesome plugin/package/app/game developed, buy Apple TV 4K for yourself!
  • Donate $799: Thank's buddy for the awesome plugin/package/app/game developed, buy Apple Watch for yourself!
  • Donate $1500: Thank's buddy for the awesome plugin/package/app/game developed, buy Apple iPhone for yourself!
  • Donate $2000: Thank's buddy for the awesome plugin/package/app/game developed, buy Apple iPad for yourself!
  • Donate $2500: Thank's buddy for the awesome plugin/package/app/game developed, buy Apple Mac Mini & Storage Server for yourself!
  • Donate $3000: Thank's buddy for the awesome plugin/package/app/game developed, buy Apple MacBook Pro for yourself!
  • Donate $7000: Thank's buddy for the awesome plugin/package/app/game developed, buy Apple iMac Pro 5K for yourself!

For UK Developers

  • Donate £5: Thank's for creating this project, here's a coffee or juice or beer for you!
  • Donate £10: Wow, I am stunned. Let me take you to the movies.
  • Donate £15: I really appreciate your work, let's grab some lunch!
  • Donate £20: That's some awesome stuff you did right there, Pizza/Burger is on me!
  • Donate £25: Thank's for the code, get a Firebase Flame Plan for your next project.
  • Donate £30: I really really want to support this project, great job!
  • Donate £35: You are the man! This project saved me hours (if not days) of struggle and hard work, simply awesome!
  • Donate £40: I want to learn more let's connect, Dinner is on me!
  • Donate £45: Many many thanks for the flutter project in dart language.
  • Donate £50: Thanks to tell the working of Firebase Cloud Functions in JavaScript/TypeScript & using of Nodejs & Firebase CLI!
  • Donate £60: Let me buy u some Storage Server, about say 100 GB!
  • Donate £70: Thank's for creating this plugin/package/code, here's some bugs for Domain Name with SSL, Storage Server(150 GB)!
  • Donate £80: Thank's for creating this plugin/package/code, here's some bugs for Domain Name with SSL, Storage Server(150 GB), Lights billings!
  • Donate £90: Thank's for creating this plugin/package/code, here's some bugs for Domain Name with SSL, Storage Server(150 GB), Lights & Internet billings!
  • Donate £100: Thank's for creating the best plugin/package/code, here's a 2TB HDD for your Storage Server is on me!
  • Donate £299: Thank's buddy for the awesome plugin/package/app/game developed, buy Apple TV 4K for yourself!
  • Donate £799: Thank's buddy for the awesome plugin/package/app/game developed, buy Apple Watch for yourself!
  • Donate £1500: Thank's buddy for the awesome plugin/package/app/game developed, buy Apple iPhone for yourself!
  • Donate £2000: Thank's buddy for the awesome plugin/package/app/game developed, buy Apple iPad for yourself!
  • Donate £2500: Thank's buddy for the awesome plugin/package/app/game developed, buy Apple Mac Mini & Storage Server for yourself!
  • Donate £3000: Thank's buddy for the awesome plugin/package/app/game developed, buy Apple MacBook Pro for yourself!
  • Donate £7000: Thank's buddy for the awesome plugin/package/app/game developed, buy Apple iMac Pro 5K for yourself!

Of course, you can also choose what you want to donate, all donations are awesome!

Developed By

Parth Aggarwal CEO & Developer of Frazile Inc.

About

Frazile Regex is a validator library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 100.0%