docs/Writerside/topics/properties.h.md

changeset 1420
c6f55a2b3495
parent 1298
0597f1f20ea9
equal deleted inserted replaced
1419:e46406fd1b3c 1420:c6f55a2b3495
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:

mercurial