Skip to content

Regular Expression to NFA Converter and Simulator

Notifications You must be signed in to change notification settings

kulotsystems/rgx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages