2017-03-13

Notepad++ regular expression

Notepad++ regular expression


  • How to go to the end of the line.
          Open Notepad++  
                             => press Ctral and F in a same time.
                             => Search mode Regular expression.
                             => enter $ in find box to go to the end of the line.
  • How to go to the start of the line.
          Open Notepad++  
                             => press Ctral and F in a same time.
                             => Search mode Regular expression.
                             => enter ^ in find box to go to the start of the line.

  • Other Notepad++ tricks.
          Press Alt and select the text by rows and column parallel.




No comments:

Post a Comment