hi,
we're learning about the difference between regular languages and regex, and the teacher explained that the language
a^n b^n
is not regular, but she said that most regex flavors can match
a^n A^n
and she gave this problem for our extra credit homework problem. we've been struggling for a couple of days now, and could really use some guidance.
thanks in advance.