ignoreAllCaps

This Boolean property is used to decide if the spell-check engine will ignore words which are in ALL CAPITALS, such as acronyms.

The default value is true.

Example

var oSpell = new JavaScriptSpellCheck();
oSpell.ignoreAllCaps = true