mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
[logreader] Added hint about case sensitive patterns (#11379)
* [logreader] Added hint about case sensitive patterns - Added hint about case sensitive patterns Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de> * Incorporated comments from review Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de> * Incorporated comments from review Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
This commit is contained in:
parent
58a094b09a
commit
ef07105b8c
@ -27,7 +27,8 @@ The `reader` Thing has the following configuration parameters:
|
||||
| `customPatterns` | String | no | | Search patterns separated by \| character for custom events. |
|
||||
| `customBlacklistingPatterns` | String | no | | Search patterns for blacklisting unwanted custom events separated by \| character. |
|
||||
|
||||
Search patterns follows Java regular expression syntax. See https://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html.
|
||||
Search patterns follows [Java regular expression syntax](https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/regex/Pattern.html).
|
||||
Be aware that search patterns are case sensitive.
|
||||
|
||||
## Channels
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user