REGEXP thingy

From: <mrdjmagnet_at_aol.com>
Date: Wed, 28 Jan 2009 13:45:31 -0800 (PST)
Message-ID: <0f309456-cff4-4d61-ace3-71cd5b839dec_at_k36g2000pri.googlegroups.com>


Ok, I'm getting mad.

I have a string like this: "FO EM, FO LA","ABCDEF","12345"

I need a couple of regular expressions to do the following:

  1. Let me know if I have a pattern of "something , something" like
    "FO EM, FO LA"
  2. Extract that from the string to process it
  3. Remove it from the string so I can process the rest:
    "ABCDEF","12345"
I'm running into so many issues. I know I need pattern matching.

Can anyone help?? Received on Wed Jan 28 2009 - 15:45:31 CST

Original text of this message