Block definitions are used to define new quote and comment sequences
to be accepted by INIReader.
BlockDefs can be either single line or multiline. To define new single
line block INIBlockDef.mutliline must be set to false AND closing
must be set to newline string("\n").
Represents a block definition.
Block definitions are used to define new quote and comment sequences to be accepted by INIReader.
BlockDefs can be either single line or multiline. To define new single line block INIBlockDef.mutliline must be set to false AND closing must be set to newline string("\n").