I
ilPostino
hi,
I'm trying to write my own code-dom because I don't like the ms one ;-)
I want to look for this expression, ( using someword; ) but I can only
figure out basic things like searching for words that start a-zA-Z etc based
on my regex books and online documentation.
I will also need to look for things like;
public class somename (....); this kind of line might be on two lines ....
so I guess its some expression like
anyword CLASS anyname (some params);
can anyone help?
thanks
-c
(you can msg me via www.typemismatch.com)
I'm trying to write my own code-dom because I don't like the ms one ;-)
I want to look for this expression, ( using someword; ) but I can only
figure out basic things like searching for words that start a-zA-Z etc based
on my regex books and online documentation.
I will also need to look for things like;
public class somename (....); this kind of line might be on two lines ....
so I guess its some expression like
anyword CLASS anyname (some params);
can anyone help?
thanks
-c
(you can msg me via www.typemismatch.com)