2 A String function is being invoked and "." is being passed
3 to a parameter that takes a regular expression as an argument. Is this what you intended?
5 s.replaceAll(".", "/") will return a String in which <em>every</em>
6 character has been replaced by a / character.