Click here to Skip to main content
16,006,564 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionRe: Analize the body of the mail Pin
Ekans14-Jan-06 14:17
Ekans14-Jan-06 14:17 
AnswerRe: Analize the body of the mail Pin
Joshua Quick14-Jan-06 14:22
Joshua Quick14-Jan-06 14:22 
QuestionRe: Analize the body of the mail Pin
Ekans14-Jan-06 14:36
Ekans14-Jan-06 14:36 
AnswerRe: Analize the body of the mail Pin
Joshua Quick14-Jan-06 14:47
Joshua Quick14-Jan-06 14:47 
QuestionRe: Analize the body of the mail Pin
Ekans15-Jan-06 7:09
Ekans15-Jan-06 7:09 
AnswerRe: Analize the body of the mail Pin
Joshua Quick15-Jan-06 8:37
Joshua Quick15-Jan-06 8:37 
QuestionRe: Analize the body of the mail Pin
Ekans15-Jan-06 10:26
Ekans15-Jan-06 10:26 
AnswerRe: Analize the body of the mail Pin
Joshua Quick15-Jan-06 11:59
Joshua Quick15-Jan-06 11:59 
First, you need to put double quotes around that string I gave you. Smile | :)

Second, you can't use that string like that. You need to feed it into a System.Text.RegularExpressions.Regex object, which handles the string matching for you. Regular expressions is not a small topic, so I suggest you read some articles on it.

Try looking at this article. The code is in C#, but the code is small and can easily be converted to VB.NET. In particular, look at the part where it talks about extracting the URL's authority. You'll probably want that part to match against your tags.

http://www.cambiaresearch.com/cambia3/snippets/csharp/regex/uri_regex.aspx[^]
GeneralRe: Analize the body of the mail Pin
Ekans15-Jan-06 12:01
Ekans15-Jan-06 12:01 
QuestionRe: Analize the body of the mail Pin
Ekans18-Jan-06 17:03
Ekans18-Jan-06 17:03 
AnswerRe: Analize the body of the mail Pin
Joshua Quick18-Jan-06 17:10
Joshua Quick18-Jan-06 17:10 
QuestionRe: Analize the body of the mail Pin
Ekans18-Jan-06 17:15
Ekans18-Jan-06 17:15 
AnswerRe: Analize the body of the mail Pin
Joshua Quick18-Jan-06 17:37
Joshua Quick18-Jan-06 17:37 
QuestionRe: Analize the body of the mail Pin
Ekans18-Jan-06 17:47
Ekans18-Jan-06 17:47 
AnswerRe: Analize the body of the mail Pin
Joshua Quick18-Jan-06 18:16
Joshua Quick18-Jan-06 18:16 
AnswerRe: Analize the body of the mail Pin
Ekans19-Jan-06 10:47
Ekans19-Jan-06 10:47 
QuestionHow to use FolderBrowserDialog? Pin
Zenly14-Jan-06 8:40
Zenly14-Jan-06 8:40 
AnswerRe: How to use FolderBrowserDialog? Pin
Joshua Quick14-Jan-06 9:23
Joshua Quick14-Jan-06 9:23 
GeneralRe: How to use FolderBrowserDialog? Pin
Zenly14-Jan-06 11:31
Zenly14-Jan-06 11:31 
AnswerRe: How to use FolderBrowserDialog? Pin
Dave Kreskowiak14-Jan-06 15:42
mveDave Kreskowiak14-Jan-06 15:42 
GeneralRe: How to use FolderBrowserDialog? Pin
Zenly21-Jan-06 18:53
Zenly21-Jan-06 18:53 
QuestionMagic Library Menu Control-Help Pin
bgc-waterman14-Jan-06 8:38
bgc-waterman14-Jan-06 8:38 
AnswerRe: Magic Library Menu Control-Help Pin
Robert Rohde14-Jan-06 22:06
Robert Rohde14-Jan-06 22:06 
QuestionRe: Magic Library Menu Control-Help Pin
bgc-waterman16-Jan-06 1:33
bgc-waterman16-Jan-06 1:33 
AnswerRe: Magic Library Menu Control-Help Pin
Robert Rohde16-Jan-06 6:46
Robert Rohde16-Jan-06 6:46 

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.