mqnoy

[SCRIPTING] REMOVE AFTER AND BEFORE NOTEPAD++ AND SUBLIME2

May 4th, 2016
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. .+(this)
  2. -------------
  3. Remove everything caracter before and 'this'
  4.  
  5. this.*$
  6. -------------
  7. Remove everything caracter after and 'this'
  8.  
  9. First look
  10. *Find and replace with regex
  11.  
  12. tested :
  13. Notepad++
  14. sublime2
Advertisement
Add Comment
Please, Sign In to add comment