Skip to content

Commit

Permalink
htable: docs for sw operator for functions removing items
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Apr 14, 2024
1 parent 29a890f commit bb09350
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/modules/htable/doc/htable_admin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -910,6 +910,12 @@ sht_rm_value_re("ha=>.*");
with'.
</para>
</listitem>
<listitem>
<para>
<emphasis>ew</emphasis> - match the val parameter as 'ends
with'.
</para>
</listitem>
</itemizedlist>
<para>
All parameters can be static strings or contain variables.
Expand Down Expand Up @@ -950,6 +956,12 @@ sht_rm_name("ha", "re", ".*");
with'.
</para>
</listitem>
<listitem>
<para>
<emphasis>ew</emphasis> - match the val parameter as 'ends
with'.
</para>
</listitem>
</itemizedlist>
<para>
All parameters can be static strings or contain variables.
Expand Down

0 comments on commit bb09350

Please sign in to comment.