Click here to Skip to main content
16,005,389 members
Home / Discussions / C#
   

C#

 
QuestionPOS Application Pin
Waskira23-Mar-07 3:15
Waskira23-Mar-07 3:15 
AnswerRe: POS Application Pin
joon vh.23-Mar-07 3:21
joon vh.23-Mar-07 3:21 
GeneralRe: POS Application Pin
Waskira23-Mar-07 3:55
Waskira23-Mar-07 3:55 
GeneralRe: POS Application Pin
joon vh.23-Mar-07 4:05
joon vh.23-Mar-07 4:05 
GeneralRe: POS Application Pin
Zoltan Balazs23-Mar-07 6:11
Zoltan Balazs23-Mar-07 6:11 
GeneralRe: POS Application Pin
joon vh.23-Mar-07 7:07
joon vh.23-Mar-07 7:07 
GeneralRe: POS Application Pin
Zoltan Balazs23-Mar-07 7:23
Zoltan Balazs23-Mar-07 7:23 
QuestionRegex Question: Match if absent Pin
matthias s.23-Mar-07 2:25
matthias s.23-Mar-07 2:25 
hi there,

I've got a regular expression which should match an url:
(http\://[a-zA-Z0-9\-\.]+\.[a-zA-Z]{2,3}(/\S*)?)

this is fine. but now I want to make sure, that the url is not enclosed by ". that means, this http://bla.com should match, some text http://bla.com more text should match as well but this "http://bla.com" shouldn't. i've tried this, which doesn't work:
[^"](http\://[a-zA-Z0-9\-\.]+\.[a-zA-Z]{2,3}(/\S*)?)[^"]

can anyone help? thanks in advance!


/matthias


I love deadlines. I like the whooshing sound they make as they fly by.
[Douglas Adams]

AnswerRe: Regex Question: Match if absent Pin
CPallini23-Mar-07 3:09
mveCPallini23-Mar-07 3:09 
GeneralRe: Regex Question: Match if absent Pin
matthias s.23-Mar-07 3:23
matthias s.23-Mar-07 3:23 
GeneralRe: Regex Question: Match if absent Pin
V.23-Mar-07 5:42
professionalV.23-Mar-07 5:42 
GeneralRe: Regex Question: Match if absent Pin
CPallini24-Mar-07 22:50
mveCPallini24-Mar-07 22:50 
Questionlist box Pin
marwan_siala23-Mar-07 1:57
marwan_siala23-Mar-07 1:57 
AnswerRe: list box Pin
StianSandberg23-Mar-07 2:10
StianSandberg23-Mar-07 2:10 
GeneralRe: list box Pin
marwan_siala23-Mar-07 2:20
marwan_siala23-Mar-07 2:20 
GeneralRe: list box Pin
joon vh.23-Mar-07 2:34
joon vh.23-Mar-07 2:34 
GeneralRe: list box Pin
marwan_siala23-Mar-07 4:09
marwan_siala23-Mar-07 4:09 
QuestionHow do I display a dynamically generated ArrayList of custom objects in a WinForms datagrid in .NET 1.1? [modified] Pin
Vikram A Punathambekar23-Mar-07 1:56
Vikram A Punathambekar23-Mar-07 1:56 
AnswerRe: How do I display a dynamically generated ArrayList of custom objects in a datagrid in .NET 1.1? Pin
joon vh.23-Mar-07 2:37
joon vh.23-Mar-07 2:37 
GeneralRe: How do I display a dynamically generated ArrayList of custom objects in a datagrid in .NET 1.1? Pin
Vikram A Punathambekar23-Mar-07 2:51
Vikram A Punathambekar23-Mar-07 2:51 
GeneralRe: How do I display a dynamically generated ArrayList of custom objects in a datagrid in .NET 1.1? Pin
joon vh.23-Mar-07 2:57
joon vh.23-Mar-07 2:57 
GeneralRe: How do I display a dynamically generated ArrayList of custom objects in a datagrid in .NET 1.1? Pin
Vikram A Punathambekar23-Mar-07 3:15
Vikram A Punathambekar23-Mar-07 3:15 
GeneralRe: How do I display a dynamically generated ArrayList of custom objects in a datagrid in .NET 1.1? Pin
joon vh.23-Mar-07 3:19
joon vh.23-Mar-07 3:19 
GeneralRe: How do I display a dynamically generated ArrayList of custom objects in a datagrid in .NET 1.1? Pin
MoustafaS23-Mar-07 3:34
MoustafaS23-Mar-07 3:34 
QuestionEntering special colums to Datagrid Pin
Starzfighter23-Mar-07 1:05
Starzfighter23-Mar-07 1:05 

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.