For the power users out there, this program allows you to search protein databases for sequences that match any MySQL-recognized regular expression. This will allow you to search for more than two motifs, and the motifs are more flexible. For example, instead of searching for PXXP exactly, you can search for PXXP, PXXXP, and PXPXP simultaneously with the regular expression "P.+P.+P?". Unlike the other two programs in this group ("Search Database for Sequence Pattern", "Search Database for Two Sequence Patterns"), what you type here goes directly into the MySQL query, so you must use the MySQL regular expression syntax (such as using "." rather than "X" to mean "any residue").
Examples: