What function converts all html special symbols to html entities in ruby?
Answer Posted / 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 |
Post New Answer View All Answers