check how many times we need to copy characters to complete a string code example
Example: how to test how many of one character is in a string java
int count = string.length() - string.replaceAll("g","").length()
int count = string.length() - string.replaceAll("g","").length()