Contents

caseSensitive

Flag that indicates whether the receiver distinguishes case in the characters it scans.

Declaration

var caseSensitive: Bool { get set }

Discussion

true if the receiver distinguishes case in the characters it scans, otherwise false. The default value is false. Note that case sensitivity doesn’t apply to the characters to be skipped.

See Also

Configuring a Scanner