Recent questions tagged regular-expression

2 votes
1 answer
92
2 votes
1 answer
94
A regular expression for accepting strings with exactly one $1$ more than $0$’s is$0^{\ast}1$$(0|1)^{\ast}1(0|1)^{\ast}$$(0|1)^{\ast}1(0|1)^{\ast}|1(0|1)^{\ast}$Not pos...
1 votes
1 answer
95
2 votes
3 answers
96
The minimum number of states in an equivalent finite automata for the given regular expression are _____(a(a(a(a(a(ab)*b)*b)*b)*b)*b)*
2 votes
2 answers
97
1 votes
2 answers
98
2 votes
2 answers
101
Consider the following regular expressions:$r=a(b+a)^*$$s=a(a+b)^*$$t=aa^*b$Choose the correct answer from the options given below based on the relation between the langu...
1 votes
3 answers
102
1 votes
1 answer
103
2 votes
2 answers
106
Which of the following regular expressions denotes a language comprising all possible strings over the alphabet $\{a,b\}$?$a^*b^*$$(a\mid b)^*$$(ab)^+$$(a\mid b^*)$
0 votes
2 answers
110
1 votes
2 answers
111
Which of the following is equivalent regular expressions?$((01)^*(10)^*)^*$$(10+01)^*$$(01)^*+(11)^*$$(0^*+(11)^*+0^*)^*)$(i) and (ii)(ii) and (iii)(iii) and (iv)(iv) and...