Click here to Skip to main content
15,885,952 members
Home / Discussions / Web Development
   

Web Development

 
GeneralLoading Images / Javascript Pin
Anonymous23-Mar-04 11:00
Anonymous23-Mar-04 11:00 
GeneralRe: Loading Images / Javascript Pin
theJazzyBrain23-Mar-04 21:19
theJazzyBrain23-Mar-04 21:19 
GeneralRe: Loading Images / Javascript Pin
Michael Flanakin25-Mar-04 6:46
Michael Flanakin25-Mar-04 6:46 
Generalbuilding tables Pin
haitham_rasheed23-Mar-04 5:18
haitham_rasheed23-Mar-04 5:18 
GeneralRe: building tables Pin
Sarvesvara (BVKS) Dasa24-Mar-04 18:13
Sarvesvara (BVKS) Dasa24-Mar-04 18:13 
Generalbuilding tables Pin
haitham_rasheed23-Mar-04 5:17
haitham_rasheed23-Mar-04 5:17 
Generalregex Pin
alex.barylski22-Mar-04 20:55
alex.barylski22-Mar-04 20:55 
GeneralRe: regex Pin
henningbenk22-Mar-04 21:14
professionalhenningbenk22-Mar-04 21:14 
For whitespace use \s

So you got one or more decimals: \d+
followed by a single whitespace \s
followed by one or more characters \w+
followed by a single whitespace \s
followed by one or more characters \w+
making this: \d+\s\w+\s\w+

There are some tools for building and testing regular expressions around the web. Perhaps you should try one.
GeneralRe: regex Pin
Ian Darling22-Mar-04 21:34
Ian Darling22-Mar-04 21:34 
GeneralWeird POST problem Pin
alex.barylski22-Mar-04 18:38
alex.barylski22-Mar-04 18:38 
Generalemail java script validation Pin
harinath22-Mar-04 18:08
professionalharinath22-Mar-04 18:08 
GeneralRe: email java script validation Pin
John Kuhn22-Mar-04 20:17
John Kuhn22-Mar-04 20:17 
GeneralJavascript getElementById Pin
Spiros22-Mar-04 12:02
Spiros22-Mar-04 12:02 
GeneralJavascript confirm() not working Pin
chubbysilk22-Mar-04 10:35
chubbysilk22-Mar-04 10:35 
GeneralRe: Javascript confirm() not working Pin
John Kuhn22-Mar-04 13:53
John Kuhn22-Mar-04 13:53 
GeneralRe: Javascript confirm() not working Pin
John Kuhn22-Mar-04 16:06
John Kuhn22-Mar-04 16:06 
GeneralRe: Javascript confirm() not working Pin
chubbysilk23-Mar-04 7:30
chubbysilk23-Mar-04 7:30 
GeneralImage on image Pin
HobieHero21-Mar-04 19:48
HobieHero21-Mar-04 19:48 
GeneralRe: Image on image Pin
Paul Watson21-Mar-04 22:29
sitebuilderPaul Watson21-Mar-04 22:29 
GeneralSetting the height of a DIV... Pin
theJazzyBrain21-Mar-04 13:21
theJazzyBrain21-Mar-04 13:21 
GeneralRe: Setting the height of a DIV... Pin
alex.barylski21-Mar-04 15:54
alex.barylski21-Mar-04 15:54 
GeneralRe: Setting the height of a DIV... Pin
theJazzyBrain22-Mar-04 11:01
theJazzyBrain22-Mar-04 11:01 
GeneralRe: Setting the height of a DIV... Pin
John Kuhn22-Mar-04 13:45
John Kuhn22-Mar-04 13:45 
GeneralRe: Setting the height of a DIV... Pin
theJazzyBrain22-Mar-04 21:33
theJazzyBrain22-Mar-04 21:33 
GeneralRe: Setting the height of a DIV... Pin
John Kuhn23-Mar-04 10:38
John Kuhn23-Mar-04 10:38 

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.