Changes between Version 190 and Version 191 of Help/Styles/MapCSSImplementation
- Timestamp:
- 2021-03-21T09:26:14+01:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Styles/MapCSSImplementation
v190 v191 1268 1268 lower(''str''):: 1269 1269 converts string to lower case [''since r11756''] 1270 title(''str''):: 1271 converts string to title case [''since r17613''] (`"i am FINE"` → `"I Am Fine"`) 1270 1272 trim(''str''):: 1271 1273 remove leading and trailing whitespace from string [''since r11756'']