I need to do a pattern match on a string. The string contains the following:
Where C is a Character and I is an integer. So the sting starts with 2 chars and followed by 9 numbers. The rest of the string can contain any combination of characters, numbers and/or else. The string could also just contain the above string. So my question is how do I compose an expression to grep this substring from the string?