Re: Tough (for me) regex case
From: mortb (moggadah_at_hotmail.com)
Date: 04/02/04
- Next message: Christian Caron: "Re: multidimensional hash copy problem"
- Previous message: Kirk Strauser: "Re: free source for bbs"
- In reply to: Rob Perkins: "Tough (for me) regex case"
- Next in thread: mortb: "Re: Tough (for me) regex case"
- Reply: mortb: "Re: Tough (for me) regex case"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 2 Apr 2004 17:01:14 +0200
"(""|[^"])+"
gets me:
(1) "quick"
(2) "fox jumped ""over"" the"
- the | is an OR-operator which means that after " you match either "" or
any character except "
I've tried to get rid of the initial and ending quotes -- I think it's
possible in the same expression -- but I haven't succeeded -- yet.
tricky? -- yes!
/mortb
- Next message: Christian Caron: "Re: multidimensional hash copy problem"
- Previous message: Kirk Strauser: "Re: free source for bbs"
- In reply to: Rob Perkins: "Tough (for me) regex case"
- Next in thread: mortb: "Re: Tough (for me) regex case"
- Reply: mortb: "Re: Tough (for me) regex case"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|