开发者

reading classical ini file on iPhone

开发者 https://www.devze.com 2023-03-09 21:51 出处:网络
does anybody knows how to parse an ini file ? I guess I need a regular expression or something. 开发者_运维问答

does anybody knows how to parse an ini file ? I guess I need a regular expression or something.

开发者_运维问答

I have only this pattern in the file :

varName=value;

Thanks a lot !

update : here you go : https://github.com/DrMoriarty/MetroEditor/tree/master/MetroEditor/ini


There's an INI file parser written in objective C available here - either use it directly, or read the source to pick up a few tips.

EDIT: as that link appears dead, try this alternative - thanks mc007

0

精彩评论

暂无评论...
验证码 换一张
取 消