Quote from Deleted user on April 8, 2019, 2:29 pm
Hello @s7shanbe
This function will return the text between starting and ending string. Replace <a> and </a> as per your requirement.
Usage:
FileToVar "file.html" "[html]"
SetVar "[start]" "<a>"
SetVar "[end]" "</a>"
Call "capture" "[html]" "[start]" "[end]" "capture" "matched"
AlertBox "We got the string between start and end" "[capture]"
Hello @s7shanbe
This function will return the text between starting and ending string. Replace <a> and </a> as per your requirement.
Usage:
FileToVar "file.html" "[html]"
SetVar "[start]" "<a>"
SetVar "[end]" "</a>"
Call "capture" "[html]" "[start]" "[end]" "capture" "matched"
AlertBox "We got the string between start and end" "[capture]"
Uploaded files:- You need to login to have access to uploads.