# ABC Title Match #
A title match looks for ABC tunes whose T: lines match the pattern.

Note that the match is done using the perl language's pattern matching. Here is a simple intro to perl patterns.

In the simplest case, you can just type a title, or the important words from the title. Case is ignored. But this will only match titles with the exact spelling that you type. Musicians can be very sloppy spellers, and if you want to match variant spellings, you should learn a little about how to use perl patterns.