From bb093505c5c5f625339f85961518f9db3fd6725d Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Sun, 14 Apr 2024 15:41:31 +0200 Subject: [PATCH] htable: docs for sw operator for functions removing items --- src/modules/htable/doc/htable_admin.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/modules/htable/doc/htable_admin.xml b/src/modules/htable/doc/htable_admin.xml index 69ad5e64581..c5cc20e22ed 100644 --- a/src/modules/htable/doc/htable_admin.xml +++ b/src/modules/htable/doc/htable_admin.xml @@ -910,6 +910,12 @@ sht_rm_value_re("ha=>.*"); with'. + + + ew - match the val parameter as 'ends + with'. + + All parameters can be static strings or contain variables. @@ -950,6 +956,12 @@ sht_rm_name("ha", "re", ".*"); with'. + + + ew - match the val parameter as 'ends + with'. + + All parameters can be static strings or contain variables.