You can tweak it to avoid matching instances where those words are part of HTML attributes. Use this pattern:
(?<!href=")\b(the|a|of)\s
(?<!href=")\b(the|a|of)\s
Statistics: Posted by Aidy — Sun Jul 21, 2024 10:42 am