As I said, look at each file in the directory. If it contains a '$', remove it. If the result equals 'testfile.class', the original was 'testfile.class' with a '$' somewhere in it. | [reply] |
You still haven't answered JavaFan's original question: will the '?' character be inserted into the string, leaving all the other characters and simply changing some of their offsets in the string, or may the '?' replace one of the other characters in the string, or both?
In the first case, the answer is fairly straightforward, and JavaFan has given it to you. In the other cases, the problem is a bit more complex.
Can you please be more specific about your exact problem? | [reply] [d/l] [select] |