Regular expression: Difference between revisions

Jump to navigation Jump to search
+RegReplace
(+RegReplace)
Line 151: Line 151:
   [^/](console\.log)
   [^/](console\.log)
</pre>
</pre>
== batch action ==
* {{Gd}} [https://github.com/facelessuser/RegReplace RegReplace] 執行多個取代命令 "Simple find and replace sequencer plugin for Sublime Text" Quoted from official webpage. {{access | date=2014-10-25}}


== syntax ==
== syntax ==
Line 156: Line 159:
* tab鍵的固定空白分隔: \t  (適用: Notepad++選項: 增強模式)
* tab鍵的固定空白分隔: \t  (適用: Notepad++選項: 增強模式)
* 數字: \d (適用: Notepad++選項: 用類型表式。{{exclaim}} 不適用: Notepad++選項: 增強模式)
* 數字: \d (適用: Notepad++選項: 用類型表式。{{exclaim}} 不適用: Notepad++選項: 增強模式)


== further reading ==
== further reading ==

Navigation menu