regex - should be simple
- From: lit@xxxxxxxxxxxx
- Date: 16 Sep 2005 14:36:23 -0700
I want to capture everything up to the _first_ semicolon, and
everything after. Can't get it to work. Tried
(.*);(.*)
(.*?);(.*)
and many variations.
Testing against the string "one;two;three"
should return a group "one" and subsequent group "two;three"
an expression that works would be much appreciated.
- Leo
.
- Follow-Ups:
- Re: regex - should be simple
- From: Oliver Sturm
- Re: regex - should be simple
- Prev by Date: Re: .NET 2.0 NetworkStream.DataAvailable returning false
- Next by Date: Re: How to get location of "Temporary ASP.NET Files" folder
- Previous by thread: How to get location of "Temporary ASP.NET Files" folder
- Next by thread: Re: regex - should be simple
- Index(es):