Docsv2.12.12
Back to API Reference
Class

SeparatorParseRule

sealed
Inherits:IParseRule

Replaces the void separator tag (default <sep>) with the configured separator string and marks the inserted range for a paired SeparatorModifier.

Remarks

Matches <sep>, <sep/> and <sep=value>, where value overrides Separator for that occurrence — quote it to keep surrounding spaces: <sep=" ● ">. A stray </sep> is consumed and renders nothing.
public string Separator{ get; set }

Separator string inserted in place of the tag.

public int Priority{ get }
[ctor]public SeparatorParseRule()
[ctor]public SeparatorParseRule()
public int TryMatch()

See Also