Is there an equivalent of java.util.regex for “glob” type patterns?

Globbing is also planned for implemented in Java 7.

See FileSystem.getPathMatcher(String) and the “Finding Files” tutorial.

Leave a Comment