浏览代码

modules: readme files regenerated - htable ... [skip ci]

Kamailio Dev 1 年之前
父节点
当前提交
7bc702b79b
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/modules/htable/README

+ 2 - 0
src/modules/htable/README

@@ -851,6 +851,7 @@ sht_rm_value_re("ha=>.*");
    The op parameter can be:
      * re - match the val parameter as regular expression.
      * sw - match the val parameter as 'starts with'.
+     * ew - match the val parameter as 'ends with'.
 
    All parameters can be static strings or contain variables.
 
@@ -869,6 +870,7 @@ sht_rm_name("ha", "re", ".*");
    The op parameter can be:
      * re - match the val parameter as regular expression.
      * sw - match the val parameter as 'starts with'.
+     * ew - match the val parameter as 'ends with'.
 
    All parameters can be static strings or contain variables.