lee wrote:
Hi,I'm looking for a regular expression that matches anything but the pipe sign ('|').
To match anything except |, use: [^|] -- Chris Jackson Shadowcat Systems Ltd. --To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

