Hi.
I need a regular expression to search a string that contains the possible combinations.
C1..C9
D1..D24

Example 1 "C1D2C9"
Example 2 "C1D1D2D6D11" maximum number of 5 combinations.

Thanks in advance.

Jorge.