IniParse
This is used to parse INI formatted text as a nested map of strings.
primitive val IniParse
Constructors
create
new val create() : IniParse val^
Returns
- IniParse val^
Public Functions
apply
This accepts a string iterator and returns a nested map of strings. If parsing fails, an error is raised.
fun box apply( lines: Iterator[String val] ref) : HashMap[String val, HashMap[String val, String val, HashEq[String val] val] ref, HashEq[String val] val] ref^ ?
Parameters
Returns
- HashMap[String val, HashMap[String val, String val, HashEq[String val] val] ref, HashEq[String val] val] ref^ ?
eq
fun box eq( that: IniParse val) : Bool val
Parameters
- that: IniParse val
Returns
- Bool val
ne
fun box ne( that: IniParse val) : Bool val
Parameters
- that: IniParse val
Returns
- Bool val
© 2016-2020, The Pony Developers
© 2014-2015, Causality Ltd.
Licensed under the BSD 2-Clause License.
https://stdlib.ponylang.io/ini-IniParse