Topic: convert single quote to double quotes
Hello, anyone can help with a sample code on how to convert single quotes in a string to double quotes?
regards.
You are not logged in. Please login or register.
Rails Forum - Ruby on Rails Help and Discussion Forum » Ruby Programming » convert single quote to double quotes
Hello, anyone can help with a sample code on how to convert single quotes in a string to double quotes?
regards.
msg = "\"Hello\" \"World\""
msg.gsub(/"/, '!')Hosting provided by aTech Media