Surely there's a function for this. But I can't find it. I need to search for a string.... plenty of those of all flavors, and when I find it I need to capture the following x characters...
Examples.... search the string for 'user=' I don't know who the user will be but it's a 8 digit name/number that follows.
I need to capture the info that follows.
other examples..
module=
name ( )
and so on.
Any ideas!
Thanks