You need to prepare a regular expression of the given problem.
Question: Write a regular expression for the subsequent problem:
The set of strings over alphabet {a, b, c} containing at least one a and at least one b.
You have to satisfy the requirements specific in the instruction.