Changeset 15762 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2020-01-25T21:27:59+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/TextTagParser.java
r13597 r15762 44 44 * Try to find tag-value pairs in given text 45 45 * @param text - text in which tags are looked for 46 * @param splitRegex - text is split tedinto parts with this delimiter46 * @param splitRegex - text is split into parts with this delimiter 47 47 * @param tagRegex - each part is matched against this regex 48 48 * @param unescapeTextInQuotes - if true, matched tag and value will be analyzed more thoroughly … … 106 106 // Format 107 107 // a=b \n c=d \n "a b"=hello 108 // SORRY: "a=b" = c is not supported f ror now, only first = will be considered108 // SORRY: "a=b" = c is not supported for now, only first = will be considered 109 109 // a = "b=c" is OK 110 110 // a = b=c - this method of parsing fails intentionally
Note:
See TracChangeset
for help on using the changeset viewer.