I need some pointers with some regex voodoo - I just don't use them enough day to day to be familiar with them.
I'm processing a string containing multiple words and need to look for a reference number.
The ref number is in the format LCSYK89HE4W4 . 'LCS' is always constant, the Ref is always 12 chars long. The rest of the ref is made up from random uppercase alphanumeric chars.
Examples:
LCSJKIIU786T
LCS5YU87TFR4
LCSKIJ5R67DE
Any pointers would be much appreciated.
Thanks Sam