<?php
class MondoRegex {
var $_reList = array;
var $_matchList = array();
function MondoRegex($reList = "") {}
function setRegexList($reList) {}
function match($inputList) {}
function matchAll($inputList) {}
function getMatches() {}
function getMatchesForKey($reName) {}
function getMatchKeys() {}
}
?>