Hello,
Is it possible write more readable regular expression
if ($tU =~ "(?i)^test$") {
...
}
instead of "^[tT][eE][sS][tT]$"?On the first option, I get the error: 0(47250) ERROR: <core> [core/rvalue.c:3038]: fix_match_rve(): Bad regular expression Regards, Marat
_______________________________________________ Kamailio (SER) - Users Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
