I need a macro, perhaps using a regular expression, to find hyperlinks that are broken or with improper syntax. Expressed another way, I want to find hyprlinks that do not match the following patterns. In the first hyperlink, the only part of the hyperlink that changes from one record to the next is the number 39762. Likewise for the next hyperlink with the number 39764. In these two hyperlinks below, only the number changes from record to record. Everything else in the hyperlink is a constant from one record to the next.
In this third hyperlink below, the only part of the hyperlink to change from record to record is Rev 21:6
Everything else in the hyprlink is a constant from one record to the next.
If a hyperlink does not match the above patterns, I would like the macro to insert three [[[ left brackets so I can find the improper hyperlink after the macro is run.
Thank you in advance for your help.