Skip to main content

Type Alias: NormalizerOptions

NormalizerOptions = object

Defined in: types.ts:24

Options for text normalization before matching.

Properties

collapseWhitespace?

optional collapseWhitespace: boolean

Defined in: types.ts:28

Replace multiple whitespace characters with single space (default: true)


trim?

optional trim: boolean

Defined in: types.ts:26

Remove leading/trailing whitespace (default: true)