2 |
2 |
3 The UCX properties parser can be used to parse line based key/value strings. |
3 The UCX properties parser can be used to parse line based key/value strings. |
4 |
4 |
5 ## Supported Syntax |
5 ## Supported Syntax |
6 |
6 |
7 Key/value pairs must be line based and separated by a single character delimter. |
7 Key/value pairs must be line-based and separated by a single character delimiter. |
8 The parser supports up to three different characters which introduce comments. |
8 The parser supports up to three different characters which introduce comments. |
9 All characters starting with a comment character up to the end of the line are ignored. |
9 All characters starting with a comment character up to the end of the line are ignored. |
10 Blank lines are also ignored. |
10 Blank lines are also ignored. |
11 |
11 |
12 An example properties file looks like this: |
12 An example properties file looks like this: |