How to match string in regular expression?
Regular Expression in theory of computation means by finite number of strings to be matched. In this expression, we know the limit of expression. For example, if we will talk about 10^10 , (0 + 10*) , (11)* and so on. Now I will tell you simple trick to match string in […]