You've already forked bash-ini-parser
mirror of
https://github.com/albfan/bash-ini-parser.git
synced 2025-08-06 07:02:37 +03:00
bash-ini-parser do not support all the valid chars ini key files support. Allow to replace them with valid ones using an external function defined with REPLACE_FUNCTION
10 lines
121 B
Plaintext
10 lines
121 B
Plaintext
[sec1]
|
|
var_1="foo"
|
|
var2="hoge"
|
|
var3="hoge#bar"
|
|
var4="#hello #bye #chao"
|
|
[sec2]
|
|
var2="foo"
|
|
var_4="123#456"
|
|
var5="234#456"
|