Hello 

im trying to textops module  to remove headers with name length less than 5 characters with regular expression but it seems impossible or the module does not handle $ char

remove_hf_re("^.{1,5}$")