Re: Need help with regular expression
- From: intrader <intrader@xxxxxxx>
- Date: Sat, 03 Feb 2007 10:05:29 -0800
Dave Sexton wrote:
Hi,Fantastic, Thanks
In your string you are escaping a " with the escape character, \, however, you told the compiler that the string is a literal by using the @ character, so it won't process the \. It sees a string with three quotes so it's complaining.
When using the @ character to make a string literal, you can escape a quotation mark with another quotation mark:
@"('|"")"
.
- References:
- Need help with regular expression
- From: intrader
- Need help with regular expression
- Prev by Date: Re: Sending Ctrl+C to Apache
- Next by Date: Re: Embed in word
- Previous by thread: Need help with regular expression
- Next by thread: Re: Tool box icons mostly missing....
- Index(es):
Relevant Pages
|