Share via


Normalizer Class

Definition

Normalize the string before processing it with the tokenizer.

public abstract class Normalizer
type Normalizer = class
Public MustInherit Class Normalizer
Inheritance
Normalizer
Derived

Constructors

Normalizer()

Methods

Normalize(ReadOnlySpan<Char>)

Process the original string to modify it and obtain a normalized string.

Normalize(String)

Process the original string to modify it and obtain a normalized string.

Applies to