Re: REGULAR EXPRESSION extract a word and text around it
- From: Chris Chilvers <keeper@xxxxxxxxxxx>
- Date: Thu, 29 Jun 2006 20:43:20 +0100
On Thu, 29 Jun 2006 16:29:04 +0000 (UTC), Jared Parsons [MSFT]
<jaredpar@xxxxxxxxxxxxxxxxxxxx> wrote:
Hello teo,
.{1,30}?myWord.{1,30}
If I understand your question correctly, the following regex should work
(.{1,30})?myWord(.{1,30})?
or simply
..{0,30}myWord.{0,30}
.
- References:
- REGULAR EXPRESSION extract a word and text around it
- From: teo
- Re: REGULAR EXPRESSION extract a word and text around it
- From: Jared Parsons [MSFT]
- REGULAR EXPRESSION extract a word and text around it
- Prev by Date: Re: Posting a dataset to a database
- Next by Date: Re: Controling Event Sequencing...
- Previous by thread: Re: REGULAR EXPRESSION extract a word and text around it
- Next by thread: read textbox into array - vb2005
- Index(es):