Daniel-Constantin Mierla writes:

> +if(fnmatch("$rU", "123*"))

daniel,

would this be the same as starts_with("$rU", "123")?  if so, i suspect
that starts_with would be even faster.

if i write

if(fnmatch("$rU", "*123")) ...

would match require that $rU ends with 123?

-- juha

_______________________________________________
sr-dev mailing list
[email protected]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to