Re: Regex issue
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
Jesse Houwing wrote:
<...>
Given your input, try the following:
(?<item>[^@]+)@:@
Or even
(?<item>(?:(?!@:@).)*)@:@
No ^ or $ anywhere just this pattern. It will match single occurances
each time.
<...>
Thanks Jesse,
I realize that there are plenty of other ways to parse this input, but I
cannot figure out why it is failing when it works fine in regulator.
Cheers,
JB
.
Relevant Pages
- Will Picasso embody the director?
... Courtney, still pushing, transforms almost whereby, as the ... requirement works such as their pattern. ... Just displaying once more a ... Plenty of resulting changing parkings somehow cling as the gastric ... (sci.crypt) - Re: things you avoid in quilting
... things like - Do you like the Colors, how about this pattern, which border ... stash, I have extra sewing machines he can use, and plenty of design wall ... (rec.crafts.textiles.quilting) - Re: Pattern Match
... I believe that the pattern Doug sent works. ... I have to find 3 digits followed by space and then 2 digits. ... wouldn't have thought possible; improve on PERL5 regexps! ... Jesse Houwing ... (microsoft.public.dotnet.languages.csharp) - pop up camper patterns
... Hi...I have been looking for over a year for a pop-up camper pattern. ... find plenty of RV and tent patterns, but believe me there are plenty of us ... (rec.crafts.textiles.needlework) - Re: Need ideas for stretch velvet!!!
... trying with another fabric (also slightly stretchy). ... the pattern as needed, and then make it in the stretch velvet. ... a LOT of the pink so I feel safer starting with that and I have plenty ... (alt.sewing) |
|