Is there away of detecting and isolating a unique letter/number combination?
For example if you think that somewhere (at random) in a field there may be a letter/number combination
eg:
AA56B89
BT44D99
CG56D27
How would you isolate these 7 characters or return null if no such combination existed? The field sometimes has text of about 80 characters and the 7 that I am interested in are at random parts of it. However the combination is always - letter,letter,number,number,letter,number,number
Is it possible?
For example if you think that somewhere (at random) in a field there may be a letter/number combination
eg:
AA56B89
BT44D99
CG56D27
How would you isolate these 7 characters or return null if no such combination existed? The field sometimes has text of about 80 characters and the 7 that I am interested in are at random parts of it. However the combination is always - letter,letter,number,number,letter,number,number
Is it possible?