Lance
Member since Mar 21, 2010
- Profile: /members/5695-lance.htm
- Comments: 1
Recent Blog Comments By Lance
-
Ask Ben: Javascript String Replace Method
Posted on Mar 21, 2010 at 3:13 PM
I am trying to make a java program to count the number of times that these punctuation marks occur in a body of text: , : ; . ! - ' " ? / \ I am using this piece to ferret out the commas: numcommas = inputF.replaceAll("[^,]","").length();. However, following this syntax for the rest of the punctua... read more »