From: Francis Dupont Date: Sat, 8 Jun 2024 17:15:55 +0000 (+0200) Subject: [#3170] Added missing blank line X-Git-Tag: Kea-2.7.0~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d51e07004290e134f26b633139fcb4372e611709;p=thirdparty%2Fkea.git [#3170] Added missing blank line --- diff --git a/doc/sphinx/arm/classify.rst b/doc/sphinx/arm/classify.rst index c620d22633..a32fbbe483 100644 --- a/doc/sphinx/arm/classify.rst +++ b/doc/sphinx/arm/classify.rst @@ -573,6 +573,7 @@ Predicates The two predicates are Equal and Match. They can be used to build other common predicates, for instance: :: + not (substring('foobar', 3, 3) == 'bar') match('foo.*', lcase('FooBar')) match('.*foo.*', 'is it foo or bar')