Changes between Version 190 and Version 191 of Help/Styles/MapCSSImplementation


Ignore:
Timestamp:
2021-03-21T09:26:14+01:00 (3 years ago)
Author:
simon04
Comment:

#14124r17613title()

Legend:

Unmodified
Added
Removed
Modified
  • Help/Styles/MapCSSImplementation

    v190 v191  
    12681268 lower(''str'')::
    12691269   converts string to lower case [''since r11756'']
     1270 title(''str'')::
     1271   converts string to title case [''since r17613''] (`"i am FINE"` → `"I Am Fine"`)
    12701272 trim(''str'')::
    12711273   remove leading and trailing whitespace from string [''since r11756'']