×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Java
Posted by: Pascal Surget
Added: Apr 14, 2018 7:13 PM
Views: 3019
Tags: quotes single
  1. public String sQuotes(String text){
  2.                 return "'" + text + "'";
  3.         }