]> git.basschouten.com Git - openhab-addons.git/commitdiff
[logreader] Added hint about case sensitive patterns (#11379)
authorChristoph Weitkamp <github@christophweitkamp.de>
Sat, 16 Oct 2021 09:27:10 +0000 (11:27 +0200)
committerGitHub <noreply@github.com>
Sat, 16 Oct 2021 09:27:10 +0000 (11:27 +0200)
* [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>
bundles/org.openhab.binding.logreader/README.md

index 9e142545841d9699af9e09a7639cdfabbdef5fa1..b38f5853299a8473dc18f845cccdac4f0b1e8337 100644 (file)
@@ -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