in reply to Re: Pattern Matching Queryin thread Pattern Matching Query
if (index('abcdefghijklm', $sorted_values) > -1) { # Do stuff... } [download]
-Blake