Hello,<br><br>&nbsp;&nbsp;&nbsp; Is it possible to use an AVP as a regex string?&nbsp; Everytime I get &#39;regexp operation requires string value&#39;.&nbsp; I&#39;m looking for a way to compare a value against a list of regex strings... i.e. avp_check(&quot;$avp(some_avp)&quot;, &quot;re/$avp(some_regex_avp)/g&quot;);
<br><br>when $avp(some_regex_avp[0]) is equal to a regex string, $avp(some_regex_avp[1]) is equal to some regex string, and so on and so forth, any help would be appreciated, thank you!<br>