Hi Folks, "Flex" is a tool for tokenizing a string. The Flex manual says this: Pattern-matching of NULs is substantially slower than matching other characters. Is this peculiar to Flex or is pattern-matching NULs slow in all pattern-matching tools? Why would pattern-matching NULs be slower than pattern-matching other characters? /Roger