91_notify.pm: doc fix from betateilchen (Forum #119368)

git-svn-id: https://svn.fhem.de/fhem/trunk@23906 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2021-03-07 18:58:23 +00:00
parent 9145568ed9
commit b8ba5f94be

View File

@ -554,7 +554,7 @@ END
<a name="ignoreRegexp"></a> <a name="ignoreRegexp"></a>
<li>ignoreRegexp regexp<br> <li>ignoreRegexp regexp<br>
It is hard to create a regexp which is _not_ matching something, this It is hard to create a regexp which is _not_ matching something, this
attribute helps in this case, as the event is ignored if matches the attribute helps in this case, as the event is ignored if it matches the
argument. The syntax is the same as for the original regexp. argument. The syntax is the same as for the original regexp.
</li> </li>
@ -784,8 +784,8 @@ END
<a name="ignoreRegexp"></a> <a name="ignoreRegexp"></a>
<li>ignoreRegexp regexp<br> <li>ignoreRegexp regexp<br>
Es ist nicht immer einfach ein Regexp zu bauen, was etwas _nicht_ Es ist nicht immer einfach ein Regexp zu bauen, was etwas _nicht_
matcht. Dieses Attribu hilft in diesen F&auml;llen: das Event wird matcht. Dieses Attribut hilft in diesen F&auml;llen: das Event wird
ignoriert, falls den angegebenen Regexp matcht. Syntax ist gleich wie ignoriert, falls es den angegebenen Regexp matcht. Syntax ist gleich wie
in der Definition. in der Definition.
</li> </li>