Click here to Skip to main content
15,905,563 members
Home / Discussions / C#
   

C#

 
GeneralRe: Format of the initialization string does not conform to specification starting at index 0.???? Pin
Twyce4-Sep-08 9:50
Twyce4-Sep-08 9:50 
GeneralRe: Format of the initialization string does not conform to specification starting at index 0.???? Pin
Pete O'Hanlon4-Sep-08 9:55
mvePete O'Hanlon4-Sep-08 9:55 
GeneralRe: Format of the initialization string does not conform to specification starting at index 0.???? Pin
Twyce4-Sep-08 10:51
Twyce4-Sep-08 10:51 
GeneralRe: Format of the initialization string does not conform to specification starting at index 0.???? Pin
Pete O'Hanlon4-Sep-08 11:01
mvePete O'Hanlon4-Sep-08 11:01 
GeneralRe: Format of the initialization string does not conform to specification starting at index 0.???? Pin
Twyce4-Sep-08 11:42
Twyce4-Sep-08 11:42 
GeneralRe: Format of the initialization string does not conform to specification starting at index 0.???? Pin
Wendelius6-Sep-08 9:18
mentorWendelius6-Sep-08 9:18 
Questionusing Task Scheduler 2.0 with XP Home Edition no password Pin
Member 23173964-Sep-08 7:42
Member 23173964-Sep-08 7:42 
Question[Solved]Have two forms open at the same time Pin
Jordanwb4-Sep-08 7:14
Jordanwb4-Sep-08 7:14 
AnswerRe: Have two forms open at the same time Pin
Aslesh4-Sep-08 7:39
Aslesh4-Sep-08 7:39 
GeneralRe: Have two forms open at the same time Pin
Jordanwb4-Sep-08 12:02
Jordanwb4-Sep-08 12:02 
AnswerRe: [Solved]Have two forms open at the same time Pin
nelsonpaixao4-Sep-08 13:43
nelsonpaixao4-Sep-08 13:43 
QuestionFile Listener instead BizTalk Orchestration Pin
Member 22295194-Sep-08 7:06
Member 22295194-Sep-08 7:06 
AnswerRe: File Listener instead BizTalk Orchestration Pin
WillemM4-Sep-08 7:45
WillemM4-Sep-08 7:45 
GeneralRe: File Listener instead BizTalk Orchestration Pin
Member 22295195-Sep-08 12:53
Member 22295195-Sep-08 12:53 
GeneralRe: File Listener instead BizTalk Orchestration Pin
WillemM5-Sep-08 20:05
WillemM5-Sep-08 20:05 
QuestionRe: File Listener instead BizTalk Orchestration Pin
Member 22295195-Sep-08 22:33
Member 22295195-Sep-08 22:33 
AnswerRe: File Listener instead BizTalk Orchestration Pin
WillemM5-Sep-08 22:34
WillemM5-Sep-08 22:34 
QuestionReg Ex Pin
Aslesh4-Sep-08 6:07
Aslesh4-Sep-08 6:07 
AnswerRe: Reg Ex Pin
PIEBALDconsult4-Sep-08 6:35
mvePIEBALDconsult4-Sep-08 6:35 
GeneralRe: Reg Ex Pin
Aslesh4-Sep-08 6:38
Aslesh4-Sep-08 6:38 
GeneralRe: Reg Ex Pin
Guffa4-Sep-08 6:47
Guffa4-Sep-08 6:47 
GeneralRe: Reg Ex Pin
Kythen4-Sep-08 7:17
Kythen4-Sep-08 7:17 
Yes, though you may want to change it to ^[A-Za-z0-9]$ to allow lower-case letters as well. If you want to allow more than one letter or digit in a match, add a + before the $so that the expression looks like this: ^[A-Za-z0-9]+$

If you're looking for some helpful .NET regex tools, I use the free Rad Software Regular Expression Designer[^] to help build and test regular expressions.
GeneralRe: Reg Ex Pin
Wendelius4-Sep-08 10:40
mentorWendelius4-Sep-08 10:40 
AnswerRe: Reg Ex Pin
leppie4-Sep-08 8:55
leppie4-Sep-08 8:55 
GeneralRe: Reg Ex Pin
Guffa4-Sep-08 13:16
Guffa4-Sep-08 13:16 

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.