String reg = "^(?:(?!MobileBaseAction).)+extends\\s+BaseAction\\s*$";String str = "public class MobileBaseAction extends BaseAction";str.matches(reg);