"NotePad++"의 두 판 사이의 차이
DH 교육용 위키
(새 문서: ==Reqular Expression Example== Replace <pre>^==(.*)==$</pre> with <pre>=='''\1'''==</pre> 결과: ==데이터의 시각화== ⇒ =='''데이터의 시각화'''== Search for: ([A...) |
(차이 없음)
|
2017년 3월 15일 (수) 09:28 판
Reqular Expression Example
Replace
^==(.*)==$
with
=='''\1'''==
결과:
데이터의 시각화== ⇒ ==데이터의 시각화
Search for: ([A-Z]+) ([A-Z]+) ([A-Z]+) ([0-9]+) (.*) Replace with: \1,\2,\3,\4,\5 Hit "Replace All"
http://docs.notepad-plus-plus.org/index.php/Regular_Expressions