does anyone know about regular expressions of the following languages:
- the set of all strings starting with 000 and not ending 11
- the set of all strings with odd string length and ending in 111
- L6 is the set of all strings ending in 00 and containing the substring 11
I am very grateful to anyone who can help me on this case
3 regular expressions from the given case examples, and maybe how to find regular expressions from the given language