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.

NOTE: You can override the value of this parameter for specific actions by setting the MatchCase action parameter.

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

Eduction

Example: MatchCase=False
See Also: