[sr-dev] git:master:b19aab7f: textops: docs update to state regex params expect posix format

Daniel-Constantin Mierla miconda at gmail.com
Tue Oct 5 09:57:52 CEST 2021


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

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2021-10-05T09:57:40+02:00

textops: docs update to state regex params expect posix format

---

Modified: src/modules/textops/doc/textops_admin.xml

---

Diff:  https://github.com/kamailio/kamailio/commit/b19aab7fe00f72d0c9e54a7a106ec7a065a3d02b.diff
Patch: https://github.com/kamailio/kamailio/commit/b19aab7fe00f72d0c9e54a7a106ec7a065a3d02b.patch

---

diff --git a/src/modules/textops/doc/textops_admin.xml b/src/modules/textops/doc/textops_admin.xml
index 4427ee1e00..974fbf568c 100644
--- a/src/modules/textops/doc/textops_admin.xml
+++ b/src/modules/textops/doc/textops_admin.xml
@@ -19,9 +19,15 @@
 		The module implements text based operations over the SIP message
 		processed by &kamailio;. SIP is a text based protocol and the module
 		provides a large set of very useful functions to manipulate the
-		message at text level, e.g., regular expression search and replace,
-		Perl-like substitutions, checks for method type, header presence,
-		insert of new header and date, etc.
+		message at text level, e.g., regular expression search, replace
+		or substitutions, checks for method type, header presence,
+		insert of new header and date, string comparisons, multi-part body
+		operations, etc.
+	</para>
+	<para>
+		If not stated otherwise, the regular expressions parameters for search,
+		replace or substitute have to be in POSIX format. For PCRE regular
+		expression matching, see the pcre or dialplan modules.
 	</para>
 	</section>
 	<section>
@@ -591,7 +597,7 @@ replace_hdrs_str("&kamailio;", "&kamailio; SIP Proxy", "a");
 		<function moreinfo="none">subst('/re/repl/flags')</function>
 		</title>
 		<para>
-		Replaces re with repl (sed or perl like).
+		Replaces re with repl.
 		</para>
 		<para>Meaning of the parameters is as follows:</para>
 		<itemizedlist>
@@ -728,7 +734,7 @@ if (subst_user('/(.*)3642$/$avp(user_prefix)\13642/')){$
 		<function moreinfo="none">subst_body('/re/repl/flags')</function>
 		</title>
 		<para>
-		Replaces re with repl (sed or perl like) in the body of the message.
+		Replaces re with repl in the body of the message.
 		</para>
 		<para>Meaning of the parameters is as follows:</para>
 		<itemizedlist>
@@ -768,7 +774,7 @@ if ( subst_body('/^o=(.*) /o=$fU /') ) {};
 		<function moreinfo="none">subst_hf(hf, subexp, flags)</function>
 		</title>
 		<para>
-		Perl-like substitutions in the body of a header field.
+		Substitutions in the body of a header field.
 		</para>
 		<para>Meaning of the parameters is as follows:</para>
 		<itemizedlist>




More information about the sr-dev mailing list