ImportFromWeb Other Errors

Here is the exhaustive list of all “Other Errors” (Errors linked to the regex) you can encounter while using ImportFromWeb.

ErrorsReasonTips
#REGEX_RETURNS_NULLThe results returned by ImportFromWeb do not match the regular expressionCheck that your regexes are correct. If you are unsure of how to write regexes, look at this page
#ALL_REGEXES_RETURN_NULLAll results returned by ImportFromWeb do not match the regular expressionCheck that your regexes are correct. If you are unsure of how to write regexes, look at this page
#REGEX_NOT_VALIDThe regex is not valid.Make sure you have made no mistake in your regex.