[SR-Users] Re: Is there any way to modify the Refer-To header username?

2024-05-09 Thread Shah Hussain Khattak via sr-users
Hi Henning, Thanks a lot for the suggestion, it helped me to fix my issue. I used the replace function and it worked perfectly for my use-case! 4.7. replace(re, txt) Replaces the first occurrence of re with txt. Meaning of the parameters is as follows: * re - Regular expression. * txt -

[SR-Users] Re: Is there any way to modify the Refer-To header username?

2024-05-09 Thread Henning Westerholt via sr-users
Hello, there are other functions in textops module, e.g. subst(..) that can be used to do replacements. Have a look to this module for more details and examples. The approach of deleting and adding it new works as well, of course. Cheers, Henning -- Henning Westerholt -