I am trying to find a semi-regular regular expression for a string that is only 8 characters long. These 8 characters must consist of the following.
Another way to put this would be {n} b {8-n}, where n = 0 ... 8
String Matching Example: aaaaaaaa abbbbbbb aaaabbbb BBBBBBBBB
Inappropriate string example: bbbbaaaa aaaabaaa
Amishdave
source share