Changes between Version 34 and Version 35 of Help/Styles/MapCSSImplementation


Ignore:
Timestamp:
2014-01-05T18:20:25+01:00 (12 years ago)
Author:
simon04
Comment:

regex (?i)

Legend:

Unmodified
Added
Removed
Modified
  • Help/Styles/MapCSSImplementation

    v34 v35  
    344344                                            /* Note, that reqular expressions have to be enclosed in /.../                     */                 
    345345}}}
     346Case-insensitive matching can be enabled via the embedded flag expression `(?i)` (see [http://docs.oracle.com/javase/7/docs/api/java/util/regex/Pattern.html#CASE_INSENSITIVE Pattern.CASE_INSENSITIVE]).
    346347}}}
    347348|-------------------------------------------------------------------------------