Click here to Skip to main content
15,886,095 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi i need to Convert the following regular expressions to NFAs.
i. (1+0)*(1+0)(1+0)(1+0)*
ii. (0+*)1*(*+0)
iii. (10*10*10*) + 0*

only problem is i cant understand what the regular expression mean... can anyone help me or do a transition table and ill work it out from there ?? thanks
Posted
Updated 24-Oct-11 0:45am
v2

1 solution

If you need to understand a Regex, get a copy of Expresso [^] - it's free, and it examines, explains and generates Regular expressions.
 
Share this answer
 
Comments
Reiss 24-Oct-11 6:57am    
+5 - Expresso is very handy

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900