What function converts all html special symbols to html entities in ruby?
Answer / Anurag Gond
In Ruby, the `CGI::escapeHTML` method can be used to convert HTML special characters into their corresponding HTML entities.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is rvm?
What are the key features of ruby?
Please explain what is mvc and why do we use it?
What is the difference between static and dynamic scaffolding?
Tell me the role of modules and mixins in ruby?
What is the difference between throw/catch and raise/rescue?
How is object methods defined in ruby?
Explain about class libraries in ruby?
What is concatenating string in ruby. In how many ways you can create a concatenating string.
Tell me how you can create a controller for subject?
What is ruby software and where and when it is usefull.
Explain ruby class.