Changes between Version 27 and Version 28 of Help/Styles/MapCSSImplementation


Ignore:
Timestamp:
2013-12-07T22:44:06+01:00 (12 years ago)
Author:
simon04
Comment:

+negated ​Regular expression match (since r6455)

Legend:

Unmodified
Added
Removed
Modified
  • Help/Styles/MapCSSImplementation

    v27 v28  
    357357                                            /* Note, that reqular expressions have to be enclosed in /.../                     */                 
    358358</pre>
     359}}}
     360}}}
     361|-------------------------------------------------------------------------------
     362{{{#!td align=left  valign=top
     363!~ (since r6455)
     364}}}
     365{{{#!td align=left  valign=top   
     366negated [http://download.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html#sum Regular expression] match
     367
     368}}}
     369{{{#!td align=left  valign=top   
     370{{{
     371#!html
     372<pre class="mapcss" style="text-align: left; font: Courier; font-size: 10pt; background:rgb(242,243,210); border-style: dotted; border-width:1pt; border-color:darkGray; padding: 5pt">
     373*[surface!~/paved|unpaved/]</pre>
    359374}}}
    360375}}}