I want match spaces at the beginning of lines in Vim
PseudoCode of what I want to do
^( )*
I know the following fr
To match spaces or tabs from the beginning of the line, you can also use: ^\s*.
^\s*