Click here to Skip to main content
15,913,939 members
Home / Discussions / C#
   

C#

 
GeneralRe: Parsing Database bit type Pin
webhay25-May-05 23:24
webhay25-May-05 23:24 
GeneralRe: Parsing Database bit type Pin
Uri Lavi26-May-05 0:12
Uri Lavi26-May-05 0:12 
GeneralUpdating DataView yields wrong result Pin
fuzzlog25-May-05 9:29
fuzzlog25-May-05 9:29 
GeneralRunning a Batch file from c# Pin
ChasIhle25-May-05 8:00
ChasIhle25-May-05 8:00 
GeneralRe: Running a Batch file from c# Pin
S. Senthil Kumar25-May-05 8:18
S. Senthil Kumar25-May-05 8:18 
GeneralRemoting !!! Please help Pin
AcidProject25-May-05 7:12
AcidProject25-May-05 7:12 
GeneralRe: Remoting !!! Please help Pin
S. Senthil Kumar25-May-05 8:16
S. Senthil Kumar25-May-05 8:16 
GeneralRe: Remoting !!! Please help Pin
AcidProject25-May-05 8:33
AcidProject25-May-05 8:33 
GeneralRe: Remoting !!! Please help Pin
Brian Van Beek25-May-05 11:14
Brian Van Beek25-May-05 11:14 
GeneralShow special signs in listbox Pin
Snowjim25-May-05 6:40
Snowjim25-May-05 6:40 
GeneralRe: Show special signs in listbox Pin
Snowjim25-May-05 7:08
Snowjim25-May-05 7:08 
QuestionHow to download mail from POP3 server in C# Pin
rupali_des25-May-05 6:30
rupali_des25-May-05 6:30 
QuestionHow do i save a stream Pin
Anthony Mushrow25-May-05 6:21
professionalAnthony Mushrow25-May-05 6:21 
AnswerRe: How do i save a stream Pin
pubududilena25-May-05 22:18
pubududilena25-May-05 22:18 
GeneralRe: How do i save a stream Pin
Anthony Mushrow26-May-05 1:36
professionalAnthony Mushrow26-May-05 1:36 
GeneralHistory List in TextBox Pin
ravalosv25-May-05 6:13
ravalosv25-May-05 6:13 
GeneralRe: History List in TextBox Pin
John Fisher25-May-05 8:07
John Fisher25-May-05 8:07 
GeneralRe: History List in TextBox Pin
ravalosv25-May-05 12:21
ravalosv25-May-05 12:21 
GeneralRegex Help please Pin
J4amieC25-May-05 5:39
J4amieC25-May-05 5:39 
Hi, I have the following regex pattern declared:

private const string ParamPattern = @"(?<name>@\w+)='(?<value>.*?)'";

this is used to match all occurences of eg/ @myVar='myVal' in a string which may have multiple "params". The whole string often looks like:

somthing[@myVar1='myVal1'][@myVar2='myVal2']

so the above would find 2 matches using my regex. Here is my problem... if one of the variables has a single quote it gets cut off ie/

myTestVar='my apostrophe'd val'

the group called "value" in my regex only matches up to the apostrophe. I can easily replace 1 apostrophe with 2 so it becomes

myTestVar='my apostrophe''d val'

but I cant work out how to change my regex to ignore double apostrophes in the value group...any help appretiated.
GeneralRe: Regex Help please Pin
Bitwise Gamgee25-May-05 7:53
Bitwise Gamgee25-May-05 7:53 
GeneralRe: Regex Help please Pin
J4amieC25-May-05 22:04
J4amieC25-May-05 22:04 
GeneralRe: Regex Help please Pin
John Fisher25-May-05 8:04
John Fisher25-May-05 8:04 
GeneralAdd an icon to the form bar to reduce to systemtray icon Pin
Sasuko25-May-05 5:24
Sasuko25-May-05 5:24 
GeneralCreating CHM Tool Pin
r0ssta25-May-05 5:22
r0ssta25-May-05 5:22 
Generalproblem with Image.Save : EncoderParameter(ColorDepth, ??) Pin
kyfranBibax25-May-05 5:11
kyfranBibax25-May-05 5:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.