Sunday, June 24, 2018

How to remove line numbers form a source code using Notepad++



Find what : (^\d+)( *)(.*)

Replace with : \3

No comments:

Post a Comment

  To configure Nginx for a Laravel application located within a subfolder, a  location  block is required to handle requests to that specifi...