Stripping HTML with Regex
10 Feb 2014 • < 1 min. readI wanted to strip every set of angle brackets in a file, and googling just reminded me that you can’t parse HTML with regex.
The vim command for this would be
which replaces any amount of angle brackets with a carriage return.