Hi, Anthony
Masks are not possible for getting values. But sometimes "array" approach
may be usefull

    $var(i) = 0;
    $var(cache_mask) = "slice_a";
    $var(cache_size) = $sht(mycache=>$var(cache_mask)::size);
    while( $var(i) < $var(cache_size) ){
        # do smth with $sht(mycache=>$var(cache_mask)[$var(i)])
        $var(i) = $var(i) + 1;
    }


2018-01-31 21:36 GMT+03:00 Anthony Joseph Messina <amess...@messinet.com>:

> Is is possible (without iterating through all entries in a hash table) to
> return the value based on a partial or regex match to the key?
>
> Something like...
> $var(one)=$sht(a=>*$var(two))
>
> --
> Anthony - https://messinet.com/ - https://messinet.com/~amessina/gallery
> F9B6 560E 68EA 037D 8C3D  D1C9 FF31 3BDB D9D8 99B6
>
> _______________________________________________
> Kamailio (SER) - Users Mailing List
> sr-users@lists.kamailio.org
> https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
>
>


-- 
Savolainen Dmitri
_______________________________________________
Kamailio (SER) - Users Mailing List
sr-users@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users

Reply via email to