regex query
- From: Justin C <justin.0903@xxxxxxxxxxxxxx>
- Date: Wed, 25 Mar 2009 15:47:38 -0000
I've been given a regex that matches white space between the last \w on
a line and the \n at the end of the line. The regex is:
\s+(?=\n)
I understand the \s+, what is going on with the (?=\n) ?
Thank you for any help you can give with this.
Justin.
--
Justin C, by the sea.
.
- Follow-Ups:
- Re: regex query
- From: Owen Rees
- Re: regex query
- From: chris
- Re: regex query
- Prev by Date: Re: Debian logcheck, can't stop the messages!
- Next by Date: Re: regex query
- Previous by thread: Re: Running your own mailserver
- Next by thread: Re: regex query
- Index(es):
Relevant Pages
|