Hi all,
I need to parse a long string that has some fixed and variable characters.
For the fixed characters, I use (\w{#}), but for the variable characters I am looking for a solution.
For example, all the characters in the following string are fixed, except for the red characters, which can vary from 1-24 characters (including white spaces).
XXXX XXX X X X XXXXXXXXXXXXXXXXXXXXXXXX XX XX XX XXXXXXXX XXXXXXXX XXXXXX
Would appreciate any assistance!