Glob pattern library

Glob pattern library
A set of classes to work on glob pattern matching.
Glob is similar to regular expression but with a reduce language, It's faster making it more suitable for simple check, typically files name matching
- Date: 02 May, 2014
- Category: JavaLibrary