Regular Expression Syntax

The regular expression (regex) systax used by MJ's CD Archiver comes from Java's Regex support. Its syntax is very similar to Perl5 regex with only a few differences (syntax and differences detailed here). A much more detailed and example filled-introduction for Perl5 regular expression syntax can be found at perlre documentation here.