Description
I must admit, I did a lousy job, when the unzip() method was initially injected into ZipInputStream inside of the JarContent class. Includes are matched to the jar entries using String.contains(), which is a way too explicit.
Let's add another one, that will accept regex and, even, a list of regex'es.