본문 바로가기

프로그래밍/자바스크립트

자바스크립트 html태그 제거

자바스크립트 html 태그 제거 정규식


str = str.replace(/(<([^>]+)>)/gi, ""); // html 태그 제거 정규식