-
SDXL 1.0 + 한복 LoRA
-
SDXL 1.0 + 한복 LoRA
[옛 글] [정규표현식] HTML 태그 제거
최초 작성일 : 2012/05/11 10:09 출처 : http://ilinkyou.blog.me/30132186363 str = str.replaceAll(" ", "") //공백태그 제거 .replaceAll("]*(/)?>", "") //meta 태그 제거 .replaceAll("", "") //css제거 .replaceAll("", "") //스크립트 제거 .replaceAll("", "") //주석처리 제거 .replaceAll("", "\n") .replaceAll("", "\n") .replaceAll("]*)?(\\s)*(/)?>", "") //html태그 제거 .replaceAll("", "") .replaceAll("", "\n") .replaceAll("(]*/>", "");[출처] ..
2013. 7. 19.