NotePad++
DH 교육용 위키
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