Thursday, July 9, 2009
Official Google Blog: Introducing the Google Chrome OS
Sunday, March 29, 2009
Regular Expressions Referance
Why Regular Expressions?
legacy continued in Windows also suppose you want to search all your picture files you can type *.jpg;*.bmp;*.gif;*.png..... in the search box and windows will list you all those files having the specifed file extensions
[a-z0-9_-]+(?:\.[a-z0-9_-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?
Sunday, March 22, 2009
RegExpert: .Net Regular Expressions Simplified
RegExpert is a Programmers' utility that helps learn, develop and test Regular Expressions. It is an interactive Windows application that is designed to be powerful yet simple and easy to use. About RegExpert Interface
So What are those tabs for
| |
| Features |
|
| Using RegExpert |
Download: RegExpert by Rajeev Dhiman |


