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

C#

 
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 
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 
thanks, this is it. well almost. the problem is, if I have a string which contains only an url, that is http://bla.com or a string which looks like peter, look here:http://bla.com! have you seen? they both don't work. in the first case, no match is returned, in the second one, :http://bla.com! is returned instead of http://bla.com.

If I start the regex with ([^\x22]?http\://... then again it will match the " as well. I'm getting grey hair on that one and would greatly appreciate further assistance.



/matthias


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

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 
AnswerRe: Entering special colums to Datagrid Pin
joon vh.23-Mar-07 2:38
joon vh.23-Mar-07 2:38 
QuestionHow to copy Bitmap Pin
sandeepkavade23-Mar-07 1:00
sandeepkavade23-Mar-07 1:00 

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.