Re: Regular expression help

2009-01-23 Thread Joseph Brennan
--On Wednesday, January 21, 2009 1:04 AM + rje...@vzw.blackberry.net wrote: I am attempting to create a regular expression to give a negative score for purchase orders. I need to match the following: PO PO: PO# P.O. P.O. # PO # I have not been able to get this to work correctly. I have

Re: Regular expression help

2009-01-21 Thread Matt Garretson
John Hardin wrote: On Wed, 21 Jan 2009, rje...@vzw.blackberry.net wrote: Didn't we already do this? Hopefully it's just an old message that was stuck in a blackberry queue somewhere. :)

Regular expression help

2009-01-20 Thread rjette
I am attempting to create a regular expression to give a negative score for purchase orders. I need to match the following: PO PO: PO# P.O. P.O. # PO # I have not been able to get this to work correctly. I have the following: /\bP\.?O\.?[:#]? [#]?/i Any ideas? Thanks in advance. Ray

Re: Regular expression help

2009-01-20 Thread John Hardin
On Wed, 21 Jan 2009, rje...@vzw.blackberry.net wrote: I am attempting to create a regular expression to give a negative score for purchase orders. I need to match the following: PO PO: PO# P.O. P.O. # PO # I have not been able to get this to work correctly. I have the following:

Re: Regular expression help

2009-01-20 Thread wolfgang
In an older episode (Wednesday, 21. January 2009), rje...@vzw.blackberry.net wrote: I am attempting to create a regular expression to give a negative score for purchase orders. I need to match the following: PO PO: PO# P.O. P.O. # PO # I have not been able to get this to work correctly.

Re: Regular expression help

2009-01-20 Thread Karsten Bräckelmann
On Wed, 2009-01-21 at 01:04 +, rje...@vzw.blackberry.net wrote: I am attempting to create a regular expression to give a negative score for purchase orders. I have not been able to get this to work correctly. I have the following: *flashback* 8 weeks passed. Did you read and understand