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

C#

 
AnswerRe: inconsistency in virtual dir Pin
Ennis Ray Lynch, Jr.24-Aug-06 9:15
Ennis Ray Lynch, Jr.24-Aug-06 9:15 
GeneralRe: inconsistency in virtual dir Pin
Kunal P24-Aug-06 20:03
Kunal P24-Aug-06 20:03 
GeneralRe: inconsistency in virtual dir Pin
Guffa24-Aug-06 22:42
Guffa24-Aug-06 22:42 
QuestionDoh! Regular Expressions and C# Strings [modified] Pin
Brent Lamborn24-Aug-06 4:24
Brent Lamborn24-Aug-06 4:24 
AnswerRe: Doh! Regular Expressions and C# Strings Pin
Coding C#24-Aug-06 4:38
Coding C#24-Aug-06 4:38 
GeneralRe: Doh! Regular Expressions and C# Strings Pin
User 665824-Aug-06 5:31
User 665824-Aug-06 5:31 
AnswerRe: Doh! Regular Expressions and C# Strings Pin
coolestCoder24-Aug-06 4:42
coolestCoder24-Aug-06 4:42 
GeneralRe: Doh! Regular Expressions and C# Strings Pin
Brent Lamborn24-Aug-06 6:26
Brent Lamborn24-Aug-06 6:26 
Anant Y. Kulkarni wrote:
@ character considers all characters to be text inside " "


Golden, just what I was looking for!
Unfortunately Anant, your regex did not match. I think it must be the leading zeros?

The only regex that matched anything was:
String sIPMatcher = @"(\d{1,3}\.){3}\d{1,3}";


Although it will match 999.999.999.999, I know for sure that all of the IP's containing all numbers are good ones. There are however, ones with letters in them, which is why I need this regex.

Thanks for all the help....it was nice to come back to all the responses after a long meeting!


"Half this game is ninety percent mental." - Yogi Berra

If you can read thank a teacher, if you can read in English, thank a Marine.

M y and h don't work so well due to m addiction to caffeine and m in abilit to to set a cup down uprigt.


GeneralRe: Doh! Regular Expressions and C# Strings [modified] Pin
coolestCoder24-Aug-06 19:52
coolestCoder24-Aug-06 19:52 
GeneralRe: Doh! Regular Expressions and C# Strings Pin
Coding C#24-Aug-06 20:19
Coding C#24-Aug-06 20:19 
GeneralRe: Doh! Regular Expressions and C# Strings Pin
Brent Lamborn25-Aug-06 4:17
Brent Lamborn25-Aug-06 4:17 
Questionrefreshing the printer folder Pin
AnnnS24-Aug-06 4:23
AnnnS24-Aug-06 4:23 
QuestionRecording Control [modified] Pin
Mohammad Hajjat24-Aug-06 4:08
Mohammad Hajjat24-Aug-06 4:08 
AnswerRe: Recording Control Pin
Nader Elshehabi24-Aug-06 11:05
Nader Elshehabi24-Aug-06 11:05 
GeneralRe: Recording Control Pin
Mohammad Hajjat26-Aug-06 20:36
Mohammad Hajjat26-Aug-06 20:36 
AnswerRe: Recording Control Pin
Nader Elshehabi26-Aug-06 21:27
Nader Elshehabi26-Aug-06 21:27 
GeneralRe: Recording Control Pin
Mohammad Hajjat26-Aug-06 21:37
Mohammad Hajjat26-Aug-06 21:37 
QuestionNetworking in C# Pin
coolestCoder24-Aug-06 4:06
coolestCoder24-Aug-06 4:06 
AnswerRe: Networking in C# Pin
Nader Elshehabi24-Aug-06 10:25
Nader Elshehabi24-Aug-06 10:25 
QuestionBest option for IE hosted user control vs. stand-alone Pin
BambooMoon24-Aug-06 4:04
BambooMoon24-Aug-06 4:04 
QuestionHow to open file use default application in C# Pin
txwd24-Aug-06 3:37
txwd24-Aug-06 3:37 
AnswerRe: How to open file use default application in C# Pin
MIHAI_MTZ24-Aug-06 4:37
MIHAI_MTZ24-Aug-06 4:37 
QuestionXP OS SQL Server 2000 not installed Pin
sparthis24-Aug-06 3:28
sparthis24-Aug-06 3:28 
AnswerRe: XP OS SQL Server 2000 not installed Pin
Colin Angus Mackay24-Aug-06 5:28
Colin Angus Mackay24-Aug-06 5:28 
QuestionRemove macro from excel?? Pin
Goalie3524-Aug-06 3:16
Goalie3524-Aug-06 3:16 

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.