From: cyril <38669260+cyrilbois@users.noreply.github.com> Date: Fri, 8 Dec 2023 18:48:53 +0000 (+0100) Subject: Update README.md (#16019) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=2de14d2d65e9673643125ec6526b145418c2a6e4;p=openhab-addons.git Update README.md (#16019) Add an explain regular expressions to Further Reading Signed-off-by: cyril <38669260+cyrilbois@users.noreply.github.com> --- diff --git a/bundles/org.openhab.transform.regex/README.md b/bundles/org.openhab.transform.regex/README.md index 73ea4c9200..4c76f8d0b9 100644 --- a/bundles/org.openhab.transform.regex/README.md +++ b/bundles/org.openhab.transform.regex/README.md @@ -105,3 +105,4 @@ Please note: This profile is a one-way transformation, i.e. only values from a d * [Regex 101](https://regex101.com/) * [Regex R](https://regexr.com/) * [ExtendsClass](https://extendsclass.com/regex-tester.html) + * [Softwium](https://softwium.com/regex-explainer/)