if (escapeString.length() != 1)
{
throw new Exception("LIKE ESCAPE: Bad escape character " + escapeString.toString());
}
escapeChar = Character.valueOf(escapeString.charAt(0));
}
if (re == null)
{
// the first time through we prepare the regular expression