Department of Computer Science and Technology, Central University of Punjab, India
*Corresponding author: abhi29101994@gmail.com
Online published on 4 March, 2020.
Non-deterministic finite automata are a part of finite automata which can accept only valid strings to process. It is needed to accept valid strings. Regular expression is used for pattern matching for strings. Regular expression cannot give the number of states for a particular automaton. That's why, we need NFA through which we can state total number of states in any automata. There are several methods to convert non-deterministic finite automata into regular expression but there are few to convert regular expression to non-deterministic finite automata. In this paper, we proposed a method through which one can convert regular expression to non-deterministic finite automata by decomposing the input string with the help of JFLAP tool.
Regular Expression, Operator, Non-Deterministic Finite Automata, Conversion