Click here to Skip to main content
15,881,819 members
Home / Discussions / C#
   

C#

 
GeneralScrolling a Listview in C# Pin
RK_20007-Oct-02 9:36
RK_20007-Oct-02 9:36 
GeneralRe: Scrolling a Listview in C# Pin
John Hurrell7-Oct-02 10:18
John Hurrell7-Oct-02 10:18 
GeneralXMLA Function Parser Pin
Anonymous7-Oct-02 7:54
Anonymous7-Oct-02 7:54 
GeneralPrint function Pin
D Shen7-Oct-02 7:39
D Shen7-Oct-02 7:39 
GeneralRe: Print function Pin
shmuelt8-Oct-02 0:40
shmuelt8-Oct-02 0:40 
GeneralOverriding base collections and using PropertyGrid Pin
Zombies with Coffee, LLC7-Oct-02 5:51
professionalZombies with Coffee, LLC7-Oct-02 5:51 
GeneralRe: Overriding base collections and using PropertyGrid Pin
leppie7-Oct-02 7:13
leppie7-Oct-02 7:13 
GeneralMatch and Regular Expression Pin
mkomasi7-Oct-02 3:58
mkomasi7-Oct-02 3:58 
My problem:
There is a string contains some patterns, same as below:

<br />
expr = "(X, <OS:Size>, Z), (X, <OS:Type>, Y), (X, <OS:DateModified>, W), (X, <PDF:Title>, U)";<br />


I want to put repeated pattern "( , < >, )" to items of a string array. For example:

<br />
 str[0] = "(X, <OS:Size>, Z)";<br />
 str[1] = "(X, <OS:Type>, Y)";<br />
 str[2] = "(X, <OS:DateModified>, W)";<br />
 str[3] = "(X, <PDF:Title>, U)";


How can I implement above? Can I write the same program using Regular Expression and Match? How?


Mehdi
GeneralRe: Match and Regular Expression Pin
Paul Riley7-Oct-02 4:59
Paul Riley7-Oct-02 4:59 
GeneralRe: Match and Regular Expression Pin
Richard Deeming7-Oct-02 6:02
mveRichard Deeming7-Oct-02 6:02 
QuestionHow to convert byte[] to int[]? Pin
Konstantin Vasserman7-Oct-02 3:49
Konstantin Vasserman7-Oct-02 3:49 
AnswerRe: How to convert byte[] to int[]? Pin
Paul Riley7-Oct-02 5:17
Paul Riley7-Oct-02 5:17 
GeneralRe: How to convert byte[] to int[]? Pin
Konstantin Vasserman7-Oct-02 5:38
Konstantin Vasserman7-Oct-02 5:38 
GeneralRe: How to convert byte[] to int[]? Pin
Paul Riley7-Oct-02 5:55
Paul Riley7-Oct-02 5:55 
GeneralRe: How to convert byte[] to int[]? Pin
Konstantin Vasserman7-Oct-02 6:07
Konstantin Vasserman7-Oct-02 6:07 
GeneralRe: How to convert byte[] to int[]? Pin
leppie7-Oct-02 7:20
leppie7-Oct-02 7:20 
GeneralRe: How to convert byte[] to int[]? Pin
Konstantin Vasserman7-Oct-02 7:48
Konstantin Vasserman7-Oct-02 7:48 
GeneralRe: How to convert byte[] to int[]? Pin
Richard Deeming7-Oct-02 7:42
mveRichard Deeming7-Oct-02 7:42 
GeneralRe: How to convert byte[] to int[]? Pin
Konstantin Vasserman7-Oct-02 7:55
Konstantin Vasserman7-Oct-02 7:55 
GeneralDataGrid Updates Pin
Dave Moor7-Oct-02 1:25
Dave Moor7-Oct-02 1:25 
QuestionHow to use scripts in my applicaction?!? Pin
EdgarBM6-Oct-02 23:58
EdgarBM6-Oct-02 23:58 
GeneralAspose.Obfuscator 1.0 Released! Pin
Aspose Pty Ltd6-Oct-02 21:31
Aspose Pty Ltd6-Oct-02 21:31 
GeneralRe: Aspose.Obfuscator 1.0 Released! Pin
Stephane Rodriguez.6-Oct-02 22:19
Stephane Rodriguez.6-Oct-02 22:19 
GeneralRe: Aspose.Obfuscator 1.0 Released! Pin
leppie7-Oct-02 8:24
leppie7-Oct-02 8:24 
GeneralRe: Aspose.Obfuscator 1.0 Released! Pin
Patrick Lassalle14-Oct-02 12:01
Patrick Lassalle14-Oct-02 12:01 

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.