This package supports reading/writing the .ini
files as well as:
- Reading/writing duplicate section names (ex: MySQL NDB engine's
config.ini
) - Options without values (ex: can be used to group a set of hostnames)
- Options without a named section (ex: a simple
option=value
file) - Find sections with
regexp
pattern matching on section names, i.e.:dc1.east.webservers
whereregexp
is.webservers
#
or;
as comment delimiter=
or:
as value delimiter