Need to Extract a Required String from a total string
Hi,
I have a requirement where I have to extract the required string like "ABCDEFG123456789" from a total string.
The required string is fixed in length and will always start with ABCDEFG followed by 9 digits with no space in between as in above format but can appear anywhere within the total string like at the beginning of total string, middle of total string or at the last of total string.
Please suggest how to extract the required string.
Thank you,
Pritam