Class StructuredTextDelimsEsc


public abstract class StructuredTextDelimsEsc extends StructuredTextDelims
A base handler for structured text composed of text segments separated by separators where the text segments may include delimited parts within which separators are treated like regular characters and the delimiters may be escaped.

This is similar to StructuredTextDelims except that delimiters can be escaped using the backslash character.

  • Two consecutive backslashes in a delimited part are treated like one regular character.
  • An ending delimiter preceded by an odd number of backslashes is treated like a regular character within the delimited part.