Wednesday, September 27, 2023

Sublime Text - Remove Trailing Whitespace


I use this often when drafting network device config, converting some plain text to CSV, etc, but not often enough that I always remember the exact process

With Regex as search method

Find: 

[ \t]+\n

Replace:

\n

No comments:

Post a Comment

Using Powershell to prep for a DHCP cutover

 Alright, here is the background.  Recently I was working on migrating a few locations off of bog standard Microsoft Windows DHCP server to ...