Click here to Skip to main content
15,899,679 members
Home / Discussions / C#
   

C#

 
QuestionProperties and User Ma... Pin
jas0n2328-Nov-08 20:38
jas0n2328-Nov-08 20:38 
AnswerRe: Properties and User Ma... Pin
Wendelius28-Nov-08 22:29
mentorWendelius28-Nov-08 22:29 
AnswerRe: Properties and User Ma... Pin
Dave Kreskowiak29-Nov-08 4:59
mveDave Kreskowiak29-Nov-08 4:59 
GeneralRe: Properties and User Ma... Pin
jas0n2329-Nov-08 5:14
jas0n2329-Nov-08 5:14 
Question[Message Deleted] Pin
jas0n2328-Nov-08 19:33
jas0n2328-Nov-08 19:33 
AnswerRe: URL Regular Expression f... Pin
AhsanS28-Nov-08 20:36
AhsanS28-Nov-08 20:36 
GeneralRe: URL Regular Expression f... Pin
jas0n2328-Nov-08 20:40
jas0n2328-Nov-08 20:40 
AnswerRe: URL Regular Expression f... Pin
Guffa28-Nov-08 20:36
Guffa28-Nov-08 20:36 
A simple example would be:

MatchCollection mathes = Regex.Matches(textContent, "(http://[\w\.\?\&]+\w)");

That would give you a collection of matches for (most of) the URLs in the text. Each match contains information about where in the string it was found and the actual URL that was found.

Now, you would use your mad google skillz to find a more advanced regular expression for matching an URL.

Despite everything, the person most likely to be fooling you next is yourself.

AnswerRe: URL Regular Expression f... Pin
Garth J Lancaster28-Nov-08 23:49
professionalGarth J Lancaster28-Nov-08 23:49 
QuestionConverting byte[] to a stream Pin
darkzangel28-Nov-08 18:17
darkzangel28-Nov-08 18:17 
GeneralRe: Converting byte[] to a stream Pin
Luc Pattyn28-Nov-08 18:32
sitebuilderLuc Pattyn28-Nov-08 18:32 
GeneralRe: Converting byte[] to a stream Pin
darkzangel29-Nov-08 9:32
darkzangel29-Nov-08 9:32 
GeneralRe: Converting byte[] to a stream Pin
Luc Pattyn29-Nov-08 10:35
sitebuilderLuc Pattyn29-Nov-08 10:35 
Questiontime-division multiplexing Pin
Member 391904928-Nov-08 7:26
Member 391904928-Nov-08 7:26 
AnswerRe: time-division multiplexing Pin
User 665828-Nov-08 11:05
User 665828-Nov-08 11:05 
AnswerRe: time-division multiplexing Pin
Guffa28-Nov-08 11:10
Guffa28-Nov-08 11:10 
AnswerRe: time-division multiplexing Pin
Nicholas Butler28-Nov-08 13:22
sitebuilderNicholas Butler28-Nov-08 13:22 
GeneralRe: time-division multiplexing Pin
Dave Kreskowiak28-Nov-08 15:36
mveDave Kreskowiak28-Nov-08 15:36 
GeneralRe: time-division multiplexing Pin
PIEBALDconsult28-Nov-08 16:11
mvePIEBALDconsult28-Nov-08 16:11 
QuestionCan different processes share memory? Pin
Member 391904928-Nov-08 7:25
Member 391904928-Nov-08 7:25 
AnswerRe: Can different processes share memory? PinPopular
J. Dunlap28-Nov-08 9:50
J. Dunlap28-Nov-08 9:50 
Questionc# source code and produces the source code in S-style(Banner Style) indentation Pin
sp198428-Nov-08 6:48
sp198428-Nov-08 6:48 
AnswerRe: c# source code and produces the source code in S-style(Banner Style) indentation Pin
EliottA28-Nov-08 6:57
EliottA28-Nov-08 6:57 
AnswerRe: c# source code and produces the source code in S-style(Banner Style) indentation Pin
Thomas Weller28-Nov-08 6:57
Thomas Weller28-Nov-08 6:57 
AnswerRe: c# source code and produces the source code in S-style(Banner Style) indentation Pin
Ashfield28-Nov-08 8:48
Ashfield28-Nov-08 8:48 

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.