Changes between Version 267 and Version 268 of Help/Styles/MapCSSImplementation
- Timestamp:
- 2024-11-15T17:24:18+01:00 (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Styles/MapCSSImplementation
v267 v268 1274 1274 return the substring of ''str'', starting at index ''idx'' (0-indexed) [''since r6534''] 1275 1275 substring(str, start, end):: 1276 return the substring of ''str'', starting at index ''start'' (inclusive) up to ''end'' (exclusive) (0-indexed) [''since r6534''] 1276 return the substring of ''str'', starting at index ''start'' (inclusive) up to ''end'' (exclusive) (0-indexed) [''since r6534''], a negative end index counts from the string end [''since r19259''] 1277 1277 replace(string, old, new):: 1278 1278 Replaces any occurrence of the substring ''old'' within the string ''string'' with the text ''new''