Define a regular expression such that there is a string of 1 or more a's continuous followed by a continuous string of b's so that the number of a's and b's are the same.
I have ideas on how i would do this with a context-free grammar but i don't know how to so this under the restriction of a regular grammar.