Click here to Skip to main content
16,018,057 members
Home / Discussions / C#
   

C#

 
GeneralRe: Sorting Multiple columns On gridview Pin
kubben24-Jul-07 4:27
kubben24-Jul-07 4:27 
GeneralRe: Sorting Multiple columns On gridview Pin
kubben24-Jul-07 4:28
kubben24-Jul-07 4:28 
GeneralRe: Sorting Multiple columns On gridview Pin
kibromg24-Jul-07 4:35
kibromg24-Jul-07 4:35 
GeneralRe: Sorting Multiple columns On gridview Pin
kubben24-Jul-07 4:44
kubben24-Jul-07 4:44 
GeneralRe: Sorting Multiple columns On gridview Pin
kibromg25-Jul-07 1:48
kibromg25-Jul-07 1:48 
GeneralRe: Sorting Multiple columns On gridview Pin
kubben25-Jul-07 1:52
kubben25-Jul-07 1:52 
GeneralRe: Sorting Multiple columns On gridview Pin
kibromg25-Jul-07 2:09
kibromg25-Jul-07 2:09 
QuestionRegular expression problem Pin
Markus Pylvnen24-Jul-07 1:30
Markus Pylvnen24-Jul-07 1:30 
I have an text file where is keywords and variables marked like
[!KEYWORD VARIABLE]


"KEYWORD"-is mandatory and "VARIABLE"-is optional.

I am trying to find all keywords with regular expression:

<br />
Regex regExp = new Regex(@"\[!(?<statement>[^ ]+) *(?<variable>[^ ]*) *\]", RegexOptions.IgnoreCase);<br />


I use following text for testing.
<br />
[!key1]<br />
// Some text<br />
[!key2]<br />
<br />
[!key3 var1] <br />
<br />
 [!KEY4]<br />
  [!key5]


After execution some matches are OK in statement-match group, but there are some which have line breaks and multiple keywords in it.

Is my regexp totally wrong?
AnswerRe: Regular expression problem Pin
Guffa24-Jul-07 2:04
Guffa24-Jul-07 2:04 
GeneralRe: Regular expression problem Pin
Markus Pylvnen24-Jul-07 19:04
Markus Pylvnen24-Jul-07 19:04 
QuestionDB access of multiple clients Pin
User 269896724-Jul-07 1:26
User 269896724-Jul-07 1:26 
AnswerRe: DB access of multiple clients Pin
il_masacratore24-Jul-07 21:43
il_masacratore24-Jul-07 21:43 
QuestionVisual Studio sdk - context menu Pin
ceejeeb24-Jul-07 1:16
ceejeeb24-Jul-07 1:16 
GeneralRe: Visual Studio sdk - context menu Pin
Martin#24-Jul-07 1:47
Martin#24-Jul-07 1:47 
GeneralRe: Visual Studio sdk - context menu Pin
ceejeeb24-Jul-07 2:01
ceejeeb24-Jul-07 2:01 
AnswerRe: Visual Studio sdk - context menu Pin
ceejeeb24-Jul-07 3:05
ceejeeb24-Jul-07 3:05 
Questionchanging the sattlite assembly after deployement Pin
Prajin24-Jul-07 1:01
Prajin24-Jul-07 1:01 
QuestionSetting background transparent for using shockwaveFlash control on .NET? Pin
Newgoldenman24-Jul-07 0:42
Newgoldenman24-Jul-07 0:42 
AnswerRe: Setting background transparent for using shockwaveFlash control on .NET? Pin
Newgoldenman25-Jul-07 5:03
Newgoldenman25-Jul-07 5:03 
GeneralRe: Setting background transparent for using shockwaveFlash control on .NET? Pin
Roey C5-Jul-10 8:05
Roey C5-Jul-10 8:05 
QuestionDynamic client site code for user modified db schemas Pin
AndrusM24-Jul-07 0:11
AndrusM24-Jul-07 0:11 
QuestionHow to create shortcut? [modified] Pin
NanaAM23-Jul-07 23:52
NanaAM23-Jul-07 23:52 
QuestionWhere to place UI strings Pin
koger23-Jul-07 23:51
koger23-Jul-07 23:51 
AnswerRe: Where to place UI strings Pin
Colin Angus Mackay24-Jul-07 0:36
Colin Angus Mackay24-Jul-07 0:36 
GeneralRe: Where to place UI strings Pin
koger24-Jul-07 1:56
koger24-Jul-07 1:56 

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.