Re: Search Pattern Question: What does # mean?
- From: offer.kaye@xxxxxxxxx (Offer Kaye)
- Date: Mon, 6 Jun 2005 10:14:11 +0300
On 6/6/05, Siegfried Heintze wrote:
> I'm using regular expressions to parse job titles and I had C# in a pattern
> and it was not working correctly. I corrected the problem with C\#. What
> does C# match?
>
"#" has no special meaning in REs (it's not a metacharacter), so you
would have to show us some code that fails with the above pattern.
Off-hand I can't think of any reason why "C\#" would match while "C#"
would not.
Regards,
--
Offer Kaye
.
- Follow-Ups:
- Re: Search Pattern Question: What does # mean?
- From: Graeme St.Clair
- Re: Search Pattern Question: What does # mean?
- References:
- AoA for GD::Graph
- From: ahuber
- Search Pattern Question: What does # mean?
- From: Siegfried Heintze
- AoA for GD::Graph
- Prev by Date: Re: [OT] Is there a policy regarding subscrjbers with challenge/respo nse mail filters?
- Next by Date: Re: HOw to pass patterns as function argments?
- Previous by thread: Search Pattern Question: What does # mean?
- Next by thread: Re: Search Pattern Question: What does # mean?
- Index(es):
Relevant Pages
|