Re: Tough (for me) regex case
From: mortb (moggadah_at_hotmail.com)
Date: 04/02/04
- Next message: Peter: "Re: Updater Application Block for .NET config problem"
- Previous message: Paul: "RE: Error: Failed to load resources from resource file. Please check your setup."
- 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 ]
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: Peter: "Re: Updater Application Block for .NET config problem"
- Previous message: Paul: "RE: Error: Failed to load resources from resource file. Please check your setup."
- 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 ]
Relevant Pages
|