[sr-dev] git:master:0cbee552: textops: docs - note about search() doing posix regex matching

Daniel-Constantin Mierla miconda at gmail.com
Wed Mar 3 17:50:28 CET 2021


Module: kamailio
Branch: master
Commit: 0cbee55284c4f4d5fef09a3185de31d04776e569
URL: https://github.com/kamailio/kamailio/commit/0cbee55284c4f4d5fef09a3185de31d04776e569

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at 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/0cbee55284c4f4d5fef09a3185de31d04776e569.diff
Patch: https://github.com/kamailio/kamailio/commit/0cbee55284c4f4d5fef09a3185de31d04776e569.patch

---

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.




More information about the sr-dev mailing list