property SimpleLexerDefinitions.ignoreCase

Set this to true to make the lexer patterns ignore casing.

This cannot be set on a per-token basis. If some tokens are case-sensitive and some aren't, do not enable ignore and handle this in the patterns themselves.

The "i" flags on the RegExp-based tokens have no effect on the RegExp pattern used by the lexer.

Type

boolean

Usage

import { type SimpleLexerDefinitions } from ".";