Click here to Skip to main content
15,891,253 members
Home / Discussions / C#
   

C#

 
AnswerRe: Excluding DLLs Pin
User 167325222-Oct-05 21:07
User 167325222-Oct-05 21:07 
AnswerRe: Excluding DLLs Pin
leppie22-Oct-05 22:08
leppie22-Oct-05 22:08 
Questionabout webbrower Pin
wangfenli22-Oct-05 17:39
wangfenli22-Oct-05 17:39 
QuestionRegular Expression ? Pin
Skoder22-Oct-05 17:13
Skoder22-Oct-05 17:13 
AnswerRe: Regular Expression ? Pin
Guffa22-Oct-05 18:40
Guffa22-Oct-05 18:40 
GeneralRe: Regular Expression ? Pin
Skoder23-Oct-05 5:29
Skoder23-Oct-05 5:29 
GeneralRe: Regular Expression ? Pin
Matt Gerrans23-Oct-05 8:42
Matt Gerrans23-Oct-05 8:42 
GeneralRe: Regular Expression ? Pin
Skoder23-Oct-05 10:28
Skoder23-Oct-05 10:28 
Hmmm...

i cant really figure out how to describe it then.

Characters that are accepted are a-z A-Z 0-9 and +-:_ and spaces ...


The characters can be in any combination you can think of, as long as spaces are not the first or the last or 2 spaces just after eachother.

Also at least 1 letter or number (a-zA-Z0-9) should present.


Soo ...


"::: - - :::" <- false because there is no letter or number in it
"Hello # Hello" <- false because # is not allowed
" Hello" <- false because first character is a space
"Hello " <- false because last character is a space
"Hello space space Hello" <- false 2 spaces just after eachother (space is = " " just cannot write it here)

"My name is" <- true
"_.-My Name Is-._" <- true
"..... R ...." <- true


Martin


Characters: a-z A-Z 0-9 +-:_
Rules: A space " " cannot be the first or the last character. Also there cannot be a space directly after another space.
At least one letter (a-zA-Z) or a number (0-9) should be in the string
GeneralRe: Regular Expression ? Pin
Guffa25-Oct-05 13:35
Guffa25-Oct-05 13:35 
AnswerRe: Regular Expression ? Pin
Matt Gerrans22-Oct-05 19:42
Matt Gerrans22-Oct-05 19:42 
GeneralRe: Regular Expression ? Pin
Skoder23-Oct-05 5:32
Skoder23-Oct-05 5:32 
Questionhelp please, set focus to control Pin
CandyMe22-Oct-05 16:14
CandyMe22-Oct-05 16:14 
AnswerRe: help please, set focus to control Pin
MoustafaS22-Oct-05 16:44
MoustafaS22-Oct-05 16:44 
GeneralRe: help please, set focus to control Pin
CandyMe23-Oct-05 15:33
CandyMe23-Oct-05 15:33 
AnswerRe: help please, set focus to control Pin
MoustafaS23-Oct-05 16:05
MoustafaS23-Oct-05 16:05 
GeneralRe: help please, set focus to control Pin
Anonymous23-Oct-05 16:09
Anonymous23-Oct-05 16:09 
QuestionImage Display Pin
MKlucher22-Oct-05 15:07
MKlucher22-Oct-05 15:07 
AnswerRe: Image Display Pin
MoustafaS22-Oct-05 15:35
MoustafaS22-Oct-05 15:35 
QuestionRelease versus Debug exception catching? Pin
theFrenchHornet22-Oct-05 14:11
theFrenchHornet22-Oct-05 14:11 
AnswerRe: Release versus Debug exception catching? Pin
Stefan Troschuetz22-Oct-05 22:12
Stefan Troschuetz22-Oct-05 22:12 
AnswerRe: Release versus Debug exception catching? Pin
mav.northwind22-Oct-05 23:32
mav.northwind22-Oct-05 23:32 
GeneralRe: Release versus Debug exception catching? Pin
Daniel Grunwald23-Oct-05 2:34
Daniel Grunwald23-Oct-05 2:34 
AnswerRe: Release versus Debug exception catching? Pin
theFrenchHornet23-Oct-05 5:56
theFrenchHornet23-Oct-05 5:56 
QuestionNetworking Problem.Please Help!!! Pin
snouto22-Oct-05 14:00
snouto22-Oct-05 14:00 
Question#using a C# dll Pin
Joel Holdsworth22-Oct-05 12:00
Joel Holdsworth22-Oct-05 12:00 

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.