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

Name Description
Normalizer()

Methods

Name Description
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