Guest User

Untitled

a guest
Mar 24th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. Follow these steps:
  2.  
  3. Press Ctrl+H to bring up the Find/Replace Dialog.
  4. Choose the Regular expression option near the bottom of the dialog.
  5. To add a word, such as test, at the beginning of each line:
  6.  
  7. Type ```^``` in the Find what textbox
  8. Type test in the Replace with textbox
  9. Place cursor in the first line of the file to ensure all lines are affected
  10. Click Replace All button
  11. To add a word, such as test, at the end of each line:
  12.  
  13. Type ```$``` in the Find what textbox
  14. Type test in the Replace with textbox
  15. Place cursor in the first line of the file to ensure all lines are affected
  16. Click Replace All button
Add Comment
Please, Sign In to add comment