| Title |
Test
Find
INI-File section
|
| Expression |
\[\w+\]\s+((.*=.*\s+)*|[^\[]) |
| Description |
Matches a complete ini-file section
like:
[dgd]
ghgh=123
[test]
jhygvc=agdjf |
| Matches |
[Section1]\r\nkey0 = value0\r\nkey1=value1\r\n\r\nkey2= value3 ;comment\r\nkey3 =value2 | |
| Non-Matches |
[test]\r\nkey_without_value\r\nkey=value |
| Author |
Rating:
Not yet rated.
Gottfried Schipfer
|
| Source |
|
| Your Rating |
|