Tell me how can we define ruby regular expressions?
Answer / Sharad Pal
"Ruby uses forward slashes to define regular expressions. A simple example would be /pattern/, where 'pattern' is the sequence of characters defining your desired pattern."
| Is This Answer Correct ? | 0 Yes | 0 No |
How an exception is handled in Ruby?
What does irb stand for?
How is class methods defined in ruby?
Explain me what the difference is between false and nil in ruby?
Please explain each of the following operators and how and when they should be used: ==, ===, eql?, Equal?
What are the ruby variables?
Tell us the types of variables available in ruby class?
What are freezing string in Ruby?
What function converts all html special symbols to html entities in ruby?
What is ruby software and where and when it is usefull.
Please explain the three levels of access control for ruby methods?
In Ruby, it explains about the defined operator?