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. See Case Sensitive Matches.

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

Eduction

Example: MatchCase=False
See Also: