'분류 전체보기'에 해당되는 글 60건

  1. 2012.01.19 :: java replace
  2. 2012.01.16 :: 코드 하이라이트 jquery 라이브러리
  3. 2012.01.12 :: 쿵쿵따 ㅋㅋㅋㅋㅋㅋ
  4. 2012.01.12 :: 연말정산 간소화
  5. 2012.01.05 :: 원서 전자 책
  6. 2012.01.05 :: jqeury table library
  7. 2012.01.05 :: 고정도법
  8. 2012.01.05 :: prs new amp
  9. 2012.01.05 :: lgpl 아이콘 모음
  10. 2012.01.05 :: 스윞피킹 강의
카테고리 없음 2012. 1. 19. 16:34
string. replace 그냥 스트링, 캐릭터
string.replaceAll regular expression

public static String replace(String from, String rex, String to){
StringBuffer buf = new StringBuffer();
Pattern p = Pattern.compile(rex);
String[] x = p.split(from);
for(String s:x){
buf.append(s+to);
}
return buf.toString();
}

이딴식 
posted by 어벵
:
카테고리 없음 2012. 1. 16. 14:00
posted by 어벵
:
카테고리 없음 2012. 1. 12. 14:53
posted by 어벵
:
카테고리 없음 2012. 1. 12. 10:29
http://www.yesone.go.kr/login/raeaw001.jsp
posted by 어벵
:
카테고리 없음 2012. 1. 5. 15:24
posted by 어벵
:
카테고리 없음 2012. 1. 5. 13:09
posted by 어벵
:
카테고리 없음 2012. 1. 5. 11:31
posted by 어벵
:
카테고리 없음 2012. 1. 5. 11:17
posted by 어벵
:
카테고리 없음 2012. 1. 5. 11:16
posted by 어벵
:
카테고리 없음 2012. 1. 5. 11:16
posted by 어벵
: