Matching whole words only would prevent this, but we would also need to add patterns for all variations of each name, eg:
אלהי אלהיך אלי אלהנו אלוהינו וכו'
Each one of these patterns will also need its own replacement pattern.
Word has a regex like pattern language that could be used with the existing search function, and could make it easier to create patterns matching all variations and combinations of כתיב מלא/חסר.
Currently, the add-in wrongly replaces names appearing as substrings of words. For example:
Would all be wrongly replaced with:
Matching whole words only would prevent this, but we would also need to add patterns for all variations of each name, eg:
Each one of these patterns will also need its own replacement pattern.
Word has a regex like pattern language that could be used with the existing search function, and could make it easier to create patterns matching all variations and combinations of כתיב מלא/חסר.