Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Regular Expression to NFA Converter and Simulator

Supported Regex Operators:
Operator Description Example
* The preceding item will be matched zero or more times. a*b
? The preceding item is optional and will be matched, at most, once. a?b
+ The preceding item will be matched one or more times. a+b
| Either of the preceding or succeeding item will be matched. a|b
Grouping regex is also supported using parenthesis.
Example: ((a?b)|c*)+d
How to run: Just open index.html on your web browser or visit either of the following:

(This project was created in year 2016)

About

Regular Expression to NFA Converter and Simulator

Resources

Stars

5 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages