DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Regular Expression Matching A File Name That Does Not End With A Specific Extension
Example with the ".writing" extension:
.+(?<!\.writing)







Comments
Snippets Manager replied on Thu, 2011/06/02 - 8:31am
Snippets Manager replied on Thu, 2011/06/02 - 8:31am