Tester's Story.

먼저 메뉴의 고급(Advanced)->설정(Configuration) 선택한다.
Search 항목을 선택하면 서부 메뉴로 정규식 표현 엔진(Regular Expression Engine) 항목이 있다.
거기서 UltraEdit style Regular Expressions를 선택한다.

다음으로 울트라에디트의 파일에서 변경(Replace in Files)메뉴에서 정규식 표현을 선택한다.
해당 화면에서 다음 항목처럼 구성한다.
 
Find: <iframe src=http://aa*></iframe> (삽입된 iframe에서 aa로 시작하는 도메인을 모두 삭제한다.)
Replace With: 공백
In Files/Types: *.htm;*.html;*.asp;*.js;*.inc;*.txt
Directory: 경로

다음 항목들을 체크한다.
Perserve Case
Regular Expressions
Search Sub Directories


변경 명령을 실행해 본다!
--------------------------------------------------
정규식 표현 엔진을 다른것을 사용할 수 도 있다.
UNIX 방식과 Perl 방식 중에 편한 방식을 사용할 수 도 있다.
간단하게 표현하려면 울트라에디트의 UltraEdit style Regular Expressions를 이용하면 더 편한것 같다.


다운로드 : http://www.ultraedit.com/index.php?name=Downloads&d_op=viewdownload&cid=1

Posted by Tester