I would like to replace all \'.\' and \' \' with a \'_\'
\'.\'
\' \'
\'_\'
but I don\'t like my code...
is there a more efficient way to
s.replaceAll("[\\s\\.]", "_")