Re: newbie regexp - finding <tag>content</tag>
Juan Uys <[email protected]> 23 Jul 2003 16:59:16 +0200
| Newsgroups | gmane.comp.jakarta.regexp.user |
|---|---|
| Organization | iGate Technologies |
| Message-ID | <1058972356.3089.105.camel@dev6> |
I don't think '.' includes newline. On Wed, 2003-07-23 at 16:33, Schamil Wackenhut wrote: > * Juan Uys meinte: > > > I thought that the RE.MATCH_MULTILINE or even the [\\n]* or [:space:] > > might cover multiple lines. > > What about dot?