Skip to content

This is simple Finite automata implementation which comes with the problem statement of a form having an email input field that- Must end with @diu.edu.bd and validate DIU Students email with some other conditions.

shunjid/automactoFy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

automactoFy

This is simple Finite automata implementation which comes with the problem statement of a form having an email input field that-

  • Must end with @diu.edu.bd
  • Username shouldn't include {. , @)
  • Username formate is like: name00-0000 || name00-0 || name 00-00000000
  • Username can't have more that one '-' and the position of '-' should be the 3rd position from the first numeric after extracting alphabets

Here are some accepting email:

Here are some rejected email:

About

This is simple Finite automata implementation which comes with the problem statement of a form having an email input field that- Must end with @diu.edu.bd and validate DIU Students email with some other conditions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published