There are ways to extract and match strings in SIMPL, especially if they are fixed length or if there is a fixed pattern, which your strings appear to have.
However, the string example you present appear to be too long to handle in SIMPL.
Therefore, you will need to use S+, and doing so will make the job a lot easier.
Lindsay