Click here to Skip to main content
15,894,343 members
Home / Discussions / C#
   

C#

 
GeneralRe: Using Regex in C# for ip:port format Pin
leppie2-Dec-08 3:17
leppie2-Dec-08 3:17 
GeneralRe: Using Regex in C# for ip:port format Pin
Navneet Hegde2-Dec-08 3:26
Navneet Hegde2-Dec-08 3:26 
GeneralRe: Using Regex in C# for ip:port format Pin
leppie2-Dec-08 3:30
leppie2-Dec-08 3:30 
GeneralRe: Using Regex in C# for ip:port format Pin
Navneet Hegde2-Dec-08 3:34
Navneet Hegde2-Dec-08 3:34 
AnswerRe: Using Regex in C# for ip:port format Pin
PIEBALDconsult2-Dec-08 3:34
mvePIEBALDconsult2-Dec-08 3:34 
GeneralRe: Using Regex in C# for ip:port format Pin
Luc Pattyn2-Dec-08 3:40
sitebuilderLuc Pattyn2-Dec-08 3:40 
GeneralRe: Using Regex in C# for ip:port format Pin
PIEBALDconsult2-Dec-08 3:51
mvePIEBALDconsult2-Dec-08 3:51 
QuestionRe: Using Regex in C# for ip:port format Pin
Roink2-Dec-08 3:45
professionalRoink2-Dec-08 3:45 
Another thread came up with:

@"^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}[:][0-9]{1,5}$"

But what if you want to constrain the octets to ONLY values from 0 to 255? And what if you really wanna go whole hog and constrain the port to 0 to 65535?

I don't know regular expressions that well, so I am curious.

Roink

Roink

AnswerRe: Using Regex in C# for ip:port format Pin
J4amieC2-Dec-08 5:10
J4amieC2-Dec-08 5:10 
GeneralRe: Using Regex in C# for ip:port format Pin
Roink2-Dec-08 5:24
professionalRoink2-Dec-08 5:24 
GeneralRe: Using Regex in C# for ip:port format Pin
J4amieC2-Dec-08 5:49
J4amieC2-Dec-08 5:49 
GeneralRe: Using Regex in C# for ip:port format Pin
PIEBALDconsult2-Dec-08 9:30
mvePIEBALDconsult2-Dec-08 9:30 
AnswerRe: Using Regex in C# for ip:port format [modified] Pin
Andy Rama2-Dec-08 22:39
Andy Rama2-Dec-08 22:39 
QuestionQuestion about ListView Pin
Teuz2-Dec-08 1:30
Teuz2-Dec-08 1:30 
AnswerRe: Question about ListView Pin
Simon P Stevens2-Dec-08 1:39
Simon P Stevens2-Dec-08 1:39 
GeneralRe: Question about ListView Pin
Teuz2-Dec-08 1:59
Teuz2-Dec-08 1:59 
GeneralRe: Question about ListView Pin
Simon P Stevens2-Dec-08 2:44
Simon P Stevens2-Dec-08 2:44 
Questioncopy protection Pin
Prashant B. Lavate2-Dec-08 1:12
Prashant B. Lavate2-Dec-08 1:12 
AnswerRe: copy protection Pin
Simon P Stevens2-Dec-08 1:49
Simon P Stevens2-Dec-08 1:49 
AnswerRe: copy protection Pin
Giorgi Dalakishvili2-Dec-08 1:56
mentorGiorgi Dalakishvili2-Dec-08 1:56 
GeneralRe: copy protection Pin
leppie2-Dec-08 2:05
leppie2-Dec-08 2:05 
GeneralRe: copy protection Pin
Paul Conrad2-Dec-08 5:01
professionalPaul Conrad2-Dec-08 5:01 
GeneralRe: copy protection Pin
Dan Neely2-Dec-08 5:31
Dan Neely2-Dec-08 5:31 
GeneralRe: copy protection Pin
Paul Conrad2-Dec-08 5:36
professionalPaul Conrad2-Dec-08 5:36 
GeneralRe: copy protection Pin
Dan Neely2-Dec-08 5:46
Dan Neely2-Dec-08 5: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.