HTML Image Parser
HTML Inage Parser
Parses HTML text for images and creates a list of images found.
File
An optional file or variable to parse for Images, if not given then the working file will be parsed.
If a variable is giving, this variable will be tested to see if its string content and should have its value parsed, or if its a path to a file and that file should be read and have it's content parsed.
Pattern
An optional case insensitive regular expression to match the results against, only results matching this will be accepted.
This allows for instance to only look for .jpg
images or images on a given domain name.
Variables
ImageUrls
Will update the ImageUrls
variable with the images found.
CurrentList
Will update the common CurrentList
variable with the images found.
Outputs
- Images were found and variables updated
- No images found, variables left unmodified