neil
Member since Dec 11, 2008
- Profile: /members/130-neil.htm
- Comments: 1
Recent Blog Comments By neil
-
Issues with Dollar Signs ($) And Java's Matcher::AppendReplacement() Method
Posted on Jun 18, 2008 at 6:48 PM
neither of those two compiled for me. IDE warned about em b4 i tried to cimplie anyway. myData = myData.replaceAll("\\$", "\\\\$"); that did compile, but it didn't do anything positive. I do need a replace all slightly later in the code to be cool with $ signs. any advice? here is the code block. i... read more »