Create the RE of the following
- Make Regular Expression that do not end by double letter
- Make a regular expression that do not contains both substring bba and abb.
- Make a Regular Expression Where each word must contains odd number of a’s and odd number of b’s
- Make a regular expression where each word contains 3,6,9,12,15,18.. No of a’s.
- Language of all those words that contains bbb.
- Language of all those strings whose length is multiple of 5.
- Language of all those strings which contains at least two b’s
- Langauge of all those strings that contains a double letter and have even Length.