NAligner library v0.1

Tokenizer Constructor (String, String, Boolean)

Initializes a new class instance with a specified string to process, the specified token delimiters to use, and whether the delimiters must be included in the results.

public Tokenizer(
   string source,
   string delimiters,
   bool includeDelims
);

Parameters

source
String to tokenize
delimiters
String containing the delimiters
includeDelims
Determines if delimiters are included in the results.

See Also

Tokenizer Class | NAligner.util Namespace | Tokenizer Constructor Overload List