Module: kamailio
Branch: master
Commit: 0cbee55284c4f4d5fef09a3185de31d04776e569
URL:
https://github.com/kamailio/kamailio/commit/0cbee55284c4f4d5fef09a3185de31d…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2021-03-03T17:49:32+01:00
textops: docs - note about search() doing posix regex matching
---
Modified: src/modules/textops/doc/textops_admin.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/0cbee55284c4f4d5fef09a3185de31d…
Patch:
https://github.com/kamailio/kamailio/commit/0cbee55284c4f4d5fef09a3185de31d…
---
diff --git a/src/modules/textops/doc/textops_admin.xml
b/src/modules/textops/doc/textops_admin.xml
index c05522e037..479b8f1cd1 100644
--- a/src/modules/textops/doc/textops_admin.xml
+++ b/src/modules/textops/doc/textops_admin.xml
@@ -90,6 +90,10 @@ From: medabeda
</para>
</listitem>
</itemizedlist>
+ <para>
+ Note: it performs Posix regex matching and the 're' parameter
+ is compiled with the flags REG_EXTENDED|REG_ICASE|REG_NEWLINE.
+ </para>
<para>
This function can be used from REQUEST_ROUTE, ONREPLY_ROUTE,
FAILURE_ROUTE, BRANCH_ROUTE.