Table of Contents

Method Tokenize

Namespace
DocWright.Core.Text
Assembly
DocWright.Core.dll

Tokenize(string?)

Tokenizes a field instruction.

public static List<FieldInstructionToken> Tokenize(string? instruction)

Parameters

instruction string

The instruction text; null or empty yields no tokens.

Returns

List<FieldInstructionToken>

The tokens, in order. Never null.