Question How to grep?

raysefo

Well-known member
Joined
Jul 21, 2010
Messages
207
Programming Experience
Beginner
Hi,

I would like to make an application that search the files like grep in linux.

Is there a way to do it?

Best Regards
 
Regular expressions are implemented in .NET via the Regex class. The pattern syntax is basically the same as elsewhere. You should check out the documentation and there's lots of examples on the web.
 
Back
Top