I have the source of a webpage;
I would like to execute multiple regex on this page
> pull specific url(s)
> get h1 tags
> get image tags
etc.
How do I format the regex line to get all these seperate regex in one loop. ? What is the operator to facilitate this ?
{-RegExp.RegExp-|-source of webpage-|-regex 1 (operator?) regex 2 (operator?) regex 3 (operator?) etc-|-all-}
I would like to execute multiple regex on this page
> pull specific url(s)
> get h1 tags
> get image tags
etc.
How do I format the regex line to get all these seperate regex in one loop. ? What is the operator to facilitate this ?
{-RegExp.RegExp-|-source of webpage-|-regex 1 (operator?) regex 2 (operator?) regex 3 (operator?) etc-|-all-}