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