Requires you to define patterns for all
possible strings to match all variations of a term. Example:
To match any documents designated as confidential, you must create
a pattern that includes “confidential,” “Confidential,” and “CONFIDENTIAL.” | Allows you to use the i option on
a sub-pattern. Example: ((?i)\bconfidential\b) matches ConfiDential |