Module: kamailio Branch: master Commit: 0cbee55284c4f4d5fef09a3185de31d04776e569 URL: https://github.com/kamailio/kamailio/commit/0cbee55284c4f4d5fef09a3185de31d0...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@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/0cbee55284c4f4d5fef09a3185de31d0... Patch: https://github.com/kamailio/kamailio/commit/0cbee55284c4f4d5fef09a3185de31d0...
---
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.