"NotePad++"의 두 판 사이의 차이

DH 교육용 위키
이동: 둘러보기, 검색
(새 문서: ==Reqular Expression Example== Replace <pre>^==(.*)==$</pre> with <pre>=='''\1'''==</pre> 결과: ==데이터의 시각화== ⇒ =='''데이터의 시각화'''== Search for: ([A...)
 
9번째 줄: 9번째 줄:
 
<pre>=='''\1'''==</pre>
 
<pre>=='''\1'''==</pre>
 
결과:
 
결과:
==데이터의 시각화== ⇒ =='''데이터의 시각화'''==
+
<pre>==데이터의 시각화== ⇒ =='''데이터의 시각화'''==</pre>
  
  

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