Take the following sample 2 data string and pattern.
value: webiste_landing_page_string?prs=kdfjg_sdfkrgfdkj=klfdjgldf;£lkjfsd£
value: webiste_landing_page_string?prs=klfdjgldf;£lkjfsd_io43"fdlkj;dfgfgg
pattern: prs=16
I need to return x chars after 'prs=' from the value strings, I will also be giving a pattern like 'prs=16' which tells me to return 16 chars after 'prs=' from the string.
Any help greatly appreciated.