Click here to Skip to main content
15,897,273 members
Home / Discussions / C#
   

C#

 
AnswerRe: Please do my work for me Pin
J4amieC13-Nov-06 5:33
J4amieC13-Nov-06 5:33 
AnswerRe: Please do my work for me Pin
Jamie Nordmeyer13-Nov-06 5:40
Jamie Nordmeyer13-Nov-06 5:40 
QuestionStupid Regex Issue Pin
Jamie Nordmeyer13-Nov-06 4:59
Jamie Nordmeyer13-Nov-06 4:59 
AnswerRe: Stupid Regex Issue Pin
Jamie Nordmeyer13-Nov-06 5:13
Jamie Nordmeyer13-Nov-06 5:13 
AnswerRe: Stupid Regex Issue Pin
ednrgc13-Nov-06 5:20
ednrgc13-Nov-06 5:20 
GeneralRe: Stupid Regex Issue Pin
Jamie Nordmeyer13-Nov-06 5:29
Jamie Nordmeyer13-Nov-06 5:29 
GeneralRe: Stupid Regex Issue Pin
ednrgc13-Nov-06 9:08
ednrgc13-Nov-06 9:08 
GeneralRe: Stupid Regex Issue Pin
Jamie Nordmeyer13-Nov-06 9:22
Jamie Nordmeyer13-Nov-06 9:22 
No, you're right. When I said that the @ symbol wasn't the issue, I meant that my C# code is fine; the regex pattern is ^\\d{3}(-?)\\d{2}\\1\\d{4}$. However, this is written to my javascript as ^\d{3}(-?)\d{2}\1\d{4}$, and thus the \ charector is stripped from the string by javascript BEFORE it is passed to the RegExp object. My code had to be modified to use ^\\\\d{3}(-?)\\\\d{2}\\\\1\\\\d{4}$

OMG | :OMG: OMG | :OMG: OMG | :OMG:

Kyosa Jamie Nordmeyer - Taekwondo Yi (2nd) Dan
Portland, Oregon, USA

GeneralRe: Stupid Regex Issue Pin
ednrgc13-Nov-06 9:25
ednrgc13-Nov-06 9:25 
GeneralRe: Stupid Regex Issue Pin
Jamie Nordmeyer13-Nov-06 9:26
Jamie Nordmeyer13-Nov-06 9:26 
QuestionText editor in c# Pin
veluru krishna13-Nov-06 4:44
veluru krishna13-Nov-06 4:44 
AnswerRe: Text editor in c# Pin
ednrgc13-Nov-06 4:50
ednrgc13-Nov-06 4:50 
GeneralRe: Text editor in c# Pin
veluru krishna13-Nov-06 4:55
veluru krishna13-Nov-06 4:55 
GeneralRe: Text editor in c# Pin
ednrgc13-Nov-06 5:00
ednrgc13-Nov-06 5:00 
AnswerRe: Text editor in c# Pin
ednrgc13-Nov-06 4:53
ednrgc13-Nov-06 4:53 
GeneralRe: Text editor in c# Pin
veluru krishna13-Nov-06 4:58
veluru krishna13-Nov-06 4:58 
GeneralRe: Text editor in c# Pin
ednrgc13-Nov-06 5:14
ednrgc13-Nov-06 5:14 
AnswerRe: Text editor in c# Pin
Jamie Nordmeyer13-Nov-06 5:21
Jamie Nordmeyer13-Nov-06 5:21 
GeneralRe: Text editor in c# Pin
veluru krishna13-Nov-06 5:32
veluru krishna13-Nov-06 5:32 
AnswerRe: Text editor in c# Pin
aamironline13-Nov-06 6:06
aamironline13-Nov-06 6:06 
AnswerRe: Text editor in c# Pin
Judah Gabriel Himango13-Nov-06 6:25
sponsorJudah Gabriel Himango13-Nov-06 6:25 
QuestionValidation Pin
Deepasubramanian13-Nov-06 4:21
Deepasubramanian13-Nov-06 4:21 
AnswerRe: Validation Pin
ednrgc13-Nov-06 4:54
ednrgc13-Nov-06 4:54 
GeneralRe: Validation Pin
Deepasubramanian13-Nov-06 5:39
Deepasubramanian13-Nov-06 5:39 
QuestionMaking a control visible from Form.OnMouseEnter Pin
Jon Hulatt13-Nov-06 4:02
Jon Hulatt13-Nov-06 4:02 

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.