metayeti/mINI

this is the best lib for ini that i have ever tried

aurhack opened this issue · 3 comments

this is the best lib for ini that i have ever tried

That's the best kind of issue. ;) Thanks

hehe, It's really good not going to lie, the only thing is that ( as far i know ), i can't check on a if statement if a key of a section contains X value, is it possible in any way?

if a key of a section contains X value, is it possible in any way?
Yep - just use the has() function, the readme documents a couple of usecases. Should get you started. :)