RegexpIsMatchOnUrl
=RegexpIsMatchOnUrl(string url; string regexp;
bool caseSensitive) : bool
Purpose
Tests if a regular expression is true or false for a website HTML and returns True/False
Uses .Net regular expressions.
Example
=RegexpIsMatchOnUrl("https://seotoolsforexce.com";"info@\w+\.com")
=> TRUE
Get help with this function in the community →