Here is the exhaustive list of all “Other Errors” (Errors linked to the regex) you can encounter while using ImportFromWeb.
Errors | Reason | Tips |
---|---|---|
#REGEX_RETURNS_NULL | The results returned by ImportFromWeb do not match the regular expression | Check that your regexes are correct. If you are unsure of how to write regexes, look at this page |
#ALL_REGEXES_RETURN_NULL | All results returned by ImportFromWeb do not match the regular expression | Check that your regexes are correct. If you are unsure of how to write regexes, look at this page |
#REGEX_NOT_VALID | The regex is not valid. | Make sure you have made no mistake in your regex. |