JAVA/정규식 썸네일형 리스트형 정규표현식(Regular Expression) 소개 http://www.nextree.co.kr/p4327/ http://www.regexplanet.com/advanced/java/index.html package com.xxx.xxx.xxxblog.util; import java.util.regex.Matcher; import java.util.regex.Pattern; public class OutlinkNormalizer { private static final Pattern REGEX_NAVER_BLOG_1ST_PERMLINK = Pattern.compile("http://blog\\.naver\\.com/([^/]+)/([^/]+)"); private static final Pattern REGEX_NAVER_BLOG_2ND_PERMLINK =.. 더보기 이전 1 다음