Regex question
From: Kati (Kati_at_NOSPAMkati.cc)
Date: 02/10/04
- Previous message: Alan Connor: "Re: Appending a string after a designated test"
- Next in thread: Alan Connor: "Re: Regex question"
- Reply:(deleted message) Alan Connor: "Re: Regex question"
- Reply:(deleted message) those who know me have no need of my name: "Re: Regex question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 10 Feb 2004 10:21:46 +0100
Can anyone tell me how a regular expression can return:
<subject>match any number or type of characters here</subject>
In other words, whatever is enclosed within <subject></subject>
And then print the string, including the placeholders:
<subject>and whetever here</subject>
But not including anything that may appear on the line directly
before <subject> or directly after, ie. to the right of </subject> not to
include this....
- Previous message: Alan Connor: "Re: Appending a string after a designated test"
- Next in thread: Alan Connor: "Re: Regex question"
- Reply:(deleted message) Alan Connor: "Re: Regex question"
- Reply:(deleted message) those who know me have no need of my name: "Re: Regex question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|