A pattern has the use of these $, what is its use? Would be to complement similar to *?
Code
Pattern tempoPattern = Pattern.compile("s$");
Matcher tempoMatcher = tempoPattern.matcher(normalizado);
Pattern bytesPattern = Pattern.compile("(k|m|g)b$");