I'm trying to make a /filter exclude empty lines and the ones starting with ";" (comments), but also:

(space)(space)(...) ; comment
(tab)(tab)(...) ; comment

Any ideas? I don't know regex crazy.