Hi guys,I am trying to 'search&replace' some patterns in message body but unfortunately with no result (but bunch of errors).
Since I have regular expression I am trying to convert it so it will work with `sub_str` function from re.h
Since the `struct subst_expr` is not parsed right the next error is segfault in `subst_str` function.
If someone can explain me how exactly I should use `subst_str` function with my regex I'll be really grateful. Little example code would be also great.
Thanks in advance