urgent: RegEx to read a Text File
Hi All,
I have to read a text file that's follows bellow:
int#string#string
int#string#string
int#string#string
...
I would like me read this, using RegEx and StreamReader classes.
I want to use RegEx to create a format validator and to tockenize the diferent parts of the line.
,and StreamReader in order to do my code clearer.
Can you say me How I can to set RegEx pattern, and Hoy I can obtain the matches?
Thanks for all in advance.
--JORDI--
|