MatchCase

Set this parameter to False to ignore case when matching characters.

By default, Eduction is case sensitive when matching characters, which improves the performance of matching. You can use MatchCase to turn off all case sensitivity in matching.

You can also use case attributes in your grammars to turn off case sensitivity for particular entities.

Type: Boolean
Default: True
Required: No
Configuration Section:

Any section that you have defined for Eduction settings

Example: MatchCase=False
See Also: