Changes between Version 91 and Version 92 of Help/Dialog/Filter


Ignore:
Timestamp:
2024-11-21T09:07:09+01:00 (14 months ago)
Author:
gaben
Comment:

point to Java 11 docs

Legend:

Unmodified
Added
Removed
Modified
  • Help/Dialog/Filter

    v91 v92  
    4242 * **Text**: The search term or property that defines the objects that are filtered. Every search query from [wikitr:/Help/Action/Search Search] action is supported:
    4343  * standard substring search (or exact search with "quotes")
    44   * Regular expressions ([https://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html Java Regex])
     44  * Regular expressions ([https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/regex/Pattern.html Java Regex])
    4545  * MapCSS syntax
    4646 * **I** (''Inverse Filter''): Normally, the specified objects are hidden and the rest is shown. If this option is activated, only the specified objects are shown and the rest is hidden.