Changes between Version 40 and Version 41 of Help/Styles/MapCSSImplementation
- Timestamp:
- 2014-02-03T15:46:36+01:00 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Styles/MapCSSImplementation
v40 v41 887 887 regexp_match(regexp, string, flags):: 888 888 Tries to match ''string'' against pattern ''regexp''. Returns a list of capture groups in case of success. The first element (index 0) is the complete match (i.e. ''string''). Further elements correspond to the bracketed parts of the regular expression. Flags is a string that may contain "i" (case insensitive), "m" (multiline) and "s" ("dot all") [''since 5701''] 889 replace(string, old, new):: 890 Replaces any occurrence of the substring ''old'' within the string ''string'' with the text ''new'' 889 891 osm_id():: 890 892 returns the OSM id of the current object [''since 5699'']
