Matcher matcher = compiledPattern.matcher(keyword);
if (matcher.find()) {
String fullStrId = matcher.group();
fullStrId = (fullStrId.substring(
fullStrId.length() - 11, fullStrId.length()));
tubeService.searchById(fullStrId);
}
}
resp.setCharacterEncoding("UTF-8");
req.setAttribute("url", "/admin/youtube/search" + "?type=" + type
+ "&quanlity=" + quanlity + "&keyword=" + keyword