Click here to Skip to main content
15,889,462 members
Home / Discussions / C#
   

C#

 
GeneralRe: Regular Expressions Pin
markkuk18-Sep-07 11:07
markkuk18-Sep-07 11:07 
GeneralWeb Development Pin
Andy Brummer18-Sep-07 11:45
sitebuilderAndy Brummer18-Sep-07 11:45 
GeneralRe: Web Development Pin
#realJSOP18-Sep-07 23:43
mve#realJSOP18-Sep-07 23:43 
GeneralRe: Web Development Pin
Andy Brummer19-Sep-07 2:06
sitebuilderAndy Brummer19-Sep-07 2:06 
GeneralRe: Web Development Pin
#realJSOP19-Sep-07 5:50
mve#realJSOP19-Sep-07 5:50 
GeneralRe: Web Development Pin
Andy Brummer19-Sep-07 6:10
sitebuilderAndy Brummer19-Sep-07 6:10 
JokeRe: Regular Expressions Pin
Dan Neely18-Sep-07 12:37
Dan Neely18-Sep-07 12:37 
GeneralRe: Regular Expressions Pin
Chris Maunder18-Sep-07 18:52
cofounderChris Maunder18-Sep-07 18:52 
/\:\/\/.*/ becomes /://.* after you take out the escapes

.* = any character, any number of times

so it replaces the string /:// followed by any number of any characters by ""

Looks like the initial "/" is superfluous. Regular expressions can be specified by /expression/ - so be careful.

Assuming the "/" is a mistake, it would just chop off everything after "php".


Next time hit the right forum please. It lessons the impact of your vitriol on others who post programming questions in the lounge otherwise.

cheers,
Chris Maunder
CodeProject.com : C++ MVP

GeneralRe: Regular Expressions Pin
#realJSOP18-Sep-07 23:35
mve#realJSOP18-Sep-07 23:35 
GeneralRe: Regular Expressions Pin
Christian Graus18-Sep-07 22:27
protectorChristian Graus18-Sep-07 22:27 
GeneralRe: Regular Expressions Pin
JimmyRopes19-Sep-07 2:53
professionalJimmyRopes19-Sep-07 2:53 
QuestionCan you hack numericupdown's to change button width? Pin
aei_totten18-Sep-07 10:17
aei_totten18-Sep-07 10:17 
AnswerRe: Can you hack numericupdown's to change button width? Pin
TJoe25-Sep-07 10:01
TJoe25-Sep-07 10:01 
QuestionHow to: Make Thread-Safe Calls to Windows Forms Controls Pin
gizmokaka18-Sep-07 10:16
gizmokaka18-Sep-07 10:16 
AnswerRe: How to: Make Thread-Safe Calls to Windows Forms Controls Pin
Pete O'Hanlon18-Sep-07 10:22
mvePete O'Hanlon18-Sep-07 10:22 
GeneralRe: How to: Make Thread-Safe Calls to Windows Forms Controls Pin
gizmokaka18-Sep-07 10:25
gizmokaka18-Sep-07 10:25 
GeneralRe: How to: Make Thread-Safe Calls to Windows Forms Controls Pin
Pete O'Hanlon18-Sep-07 10:28
mvePete O'Hanlon18-Sep-07 10:28 
GeneralRe: How to: Make Thread-Safe Calls to Windows Forms Controls Pin
gizmokaka18-Sep-07 10:41
gizmokaka18-Sep-07 10:41 
GeneralRe: How to: Make Thread-Safe Calls to Windows Forms Controls Pin
Dave Kreskowiak18-Sep-07 10:48
mveDave Kreskowiak18-Sep-07 10:48 
GeneralRe: How to: Make Thread-Safe Calls to Windows Forms Controls Pin
gizmokaka18-Sep-07 11:01
gizmokaka18-Sep-07 11:01 
GeneralRe: How to: Make Thread-Safe Calls to Windows Forms Controls Pin
gizmokaka19-Sep-07 2:17
gizmokaka19-Sep-07 2:17 
GeneralRe: How to: Make Thread-Safe Calls to Windows Forms Controls Pin
Dave Kreskowiak19-Sep-07 11:50
mveDave Kreskowiak19-Sep-07 11:50 
GeneralRe: How to: Make Thread-Safe Calls to Windows Forms Controls Pin
Pete O'Hanlon18-Sep-07 10:50
mvePete O'Hanlon18-Sep-07 10:50 
GeneralRe: How to: Make Thread-Safe Calls to Windows Forms Controls Pin
gizmokaka18-Sep-07 11:02
gizmokaka18-Sep-07 11:02 
QuestionC# students in UK Pin
Francois Benadie18-Sep-07 10:09
Francois Benadie18-Sep-07 10:09 

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.