// Arup Guha
// 4/6/2010
// Given interface for 2008 AP Free Response Question #4
public interface Checker {
	
	boolean accept(String text);
}