I messed up my html somehow and all of my html now looks like this with a whitespace between each character
< d i v c l a s s = " c o l - x s - 1 2 c o l - s m - 6 " >
< d i v c l a s s = " f o r m - g r o u p c o l - x s - 1 2 ">
< d i v c l a s s = " r a d i o ">
< l a b e l c l a s s = " r a d i o - l a b e l ">
It is over 2000 lines of code. I need to go back looking like this
<div class = "col-xs-12 col-sm-6">
<div class = "form-group col-xs-12" >
<div class = "radio" >
<label class = "radio-label" >
What regular expression can I use with notepad++ to fix this?