Changes between Version 135 and Version 136 of Help/Styles/MapCSSImplementation
- Timestamp:
- 2017-03-31T23:13:55+02:00 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Styles/MapCSSImplementation
v135 v136 1086 1086 join_list(''sep'', ''list_name''):: 1087 1087 joins the elements of the list ''list_name'' to one string separated by the separator ''sep'' [''since 8775''] 1088 upper(''str''):: 1089 converts string to upper case [''since 11756''] 1090 lower(''str''):: 1091 converts string to lower case [''since 11756''] 1092 trim(''str''):: 1093 remove leading and trailing whitespace from string [''since 11756''] 1088 1094 JOSM_search("..."):: 1089 1095 true, if JOSM search applies to the object … … 1108 1114 URL_encode(str):: 1109 1115 [https://en.wikipedia.org/wiki/Percent-encoding percent-encode] a string. May be useful for data URLs [''since 6805''] 1116 URL_decode(str):: 1117 [https://en.wikipedia.org/wiki/Percent-encoding percent-decode] a string. [''since 11756''] 1110 1118 XML_encode(str):: 1111 1119 escape special characters in xml. E.g. {{{<}}} becomes {{{<}}}, other special characters: {{{>}}}, {{{"}}}, {{{'}}}, {{{&}}}, {{{\n}}}, {{{\t}}} and {{{\r}}} [''since 6809'']