Browse Source

kamailio-kemi-framework: updates to posops exports

Daniel-Constantin Mierla 3 years ago
parent
commit
951ff8f2be
1 changed files with 8 additions and 0 deletions
  1. 8 0
      kamailio-kemi-framework/docs/modules.md

+ 8 - 0
kamailio-kemi-framework/docs/modules.md

@@ -4439,6 +4439,14 @@ int KSR.posops.pos_rm(int idx, int len);
 
   * <a target='_blank' href='https://kamailio.org/docs/modules/devel/modules/posops.html#posops.f.pos_rm'>📖 kamailio.cfg::function::pos_rm()</a>
 
+#### KSR.posops.pos_rsearch() ####
+
+```cpp
+int KSR.posops.pos_rsearch(int idx, str "sre");
+```
+
+  * <a target='_blank' href='https://kamailio.org/docs/modules/devel/modules/posops.html#posops.f.pos_rsearch'>📖 kamailio.cfg::function::pos_rsearch()</a>
+
 #### KSR.posops.pos_search() ####
 
 ```cpp