Skip to content

Instantly share code, notes, and snippets.

@joshbedo
Created February 8, 2014 22:25
Show Gist options
  • Save joshbedo/8891260 to your computer and use it in GitHub Desktop.
Save joshbedo/8891260 to your computer and use it in GitHub Desktop.
String details = "7\"";
details = details.replace("\""," inch");
System.out.println(details); // 7 inch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment