473,804 Members | 3,903 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Regex: Not capturing '+' character

I have this pattern: @"\s*//\$\$\s*Targets: \s*([\s,\w]+)"

to match this line: //$$Targets: thing, thing+

When I get a match, the first Group (index 1, not 0) has: "thing, thing" -
it drops the plus ('+'). Now, I don't know the plus will be there,
everything after "Targets:" is variable and will change so I can't simply
add an explicit check for it.

What trick is there to get the special characters returned in the groups?

Thanks for reading,
Steve
Apr 16 '06 #1
3 1417
sklett <sk****@mddirec t.com> wrote:
I have this pattern: @"\s*//\$\$\s*Targets: \s*([\s,\w]+)"

to match this line: //$$Targets: thing, thing+

When I get a match, the first Group (index 1, not 0) has: "thing, thing" -
it drops the plus ('+'). Now, I don't know the plus will be there,
everything after "Targets:" is variable and will change so I can't simply
add an explicit check for it.

What trick is there to get the special characters returned in the groups?


Well, you've currently said you want to match whitespace characters,
commas, and word characters. Any extra characters you want to capture
need to be in the [...] part. So, to get + as well, you'd need:

[\s,\w\+]

To you just want to match to the end of the line though? If so, just
use (.+) instead of ([\s,\w]+).

(You might want to use the $ "end-of-string" assertion, depending on
what other options you have, such as multi-line.)

--
Jon Skeet - <sk***@pobox.co m>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
Apr 16 '06 #2

"Jon Skeet [C# MVP]" <sk***@pobox.co m> wrote in message
news:MP******** *************** *@msnews.micros oft.com...
sklett <sk****@mddirec t.com> wrote:
I have this pattern: @"\s*//\$\$\s*Targets: \s*([\s,\w]+)"

to match this line: //$$Targets: thing, thing+

When I get a match, the first Group (index 1, not 0) has: "thing,
thing" -
it drops the plus ('+'). Now, I don't know the plus will be there,
everything after "Targets:" is variable and will change so I can't simply
add an explicit check for it.

What trick is there to get the special characters returned in the groups?
Well, you've currently said you want to match whitespace characters,
commas, and word characters. Any extra characters you want to capture
need to be in the [...] part. So, to get + as well, you'd need:

[\s,\w\+]

To you just want to match to the end of the line though? If so, just
use (.+) instead of ([\s,\w]+).

(You might want to use the $ "end-of-string" assertion, depending on
what other options you have, such as multi-line.)


Jon, perfect, thank you! Regex is sooo much faster than string comparison
parsing, I can't believe it.

--
Jon Skeet - <sk***@pobox.co m>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too

Apr 18 '06 #3
sklett <sk****@mddirec t.com> wrote:
Well, you've currently said you want to match whitespace characters,
commas, and word characters. Any extra characters you want to capture
need to be in the [...] part. So, to get + as well, you'd need:

[\s,\w\+]

To you just want to match to the end of the line though? If so, just
use (.+) instead of ([\s,\w]+).

(You might want to use the $ "end-of-string" assertion, depending on
what other options you have, such as multi-line.)


Jon, perfect, thank you! Regex is sooo much faster than string comparison
parsing, I can't believe it.


Well, there are times that it's faster, and there are plenty of times
that it's slower. For instance, if a matching string is always just
//$$Targets: (stuff)
and you want to get (stuff) - all the way to the end of the string -
then using IndexOf and Substring would be simpler and almost certainly
faster.

--
Jon Skeet - <sk***@pobox.co m>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
Apr 18 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
1716
by: BMermuys | last post by:
Hi, string test="dit is een test"; bool bMatch = Regex.IsMatch( test, "^(|)*$" ); after executing, the bMatch is false The pattern is not optimized and seems a little stupid. But for large regex expressions using smaller strings to build it, the same problem could arise.
7
2263
by: lgbjr | last post by:
Hi All, I'm trying to split a string on every character. The string happens to be a representation of a hex number. So, my regex expression is (). Seems simple, but for some reason, I'm not getting the results I expect. Dim SA as string() Dim S as string S="FBE"
6
5552
by: Lubomir | last post by:
Hi, I am using the following pattern: "\\b" + MySttring + "\\b" If MyString is "one", this should pick up whole words like "one". The problem is, it will pick up also the word: "one.two" How should I modify the patter to pickup only "one"?
7
2066
by: Nightcrawler | last post by:
Hi all, I am trying to use regular expressions to parse out mp3 titles into three different groups (artist, title and remix). I currently have three ways to name a mp3 file: Artist - Title Artist - Title (Remix) Artist - Title
2
2819
by: GS | last post by:
How can one avoid capturing leading empty or blank lines? the data I deal with look like this "will be paid on the dates you specified. xyz supplier amount: $100.52 when: September 07, 2007 reference #: 0415 from: operating account
0
9710
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9589
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10340
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9163
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6858
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5527
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5663
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4304
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3830
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.