What is the pattern matching operator in ruby?
Answer / Anurag Kumar Srivastava
"The pattern matching operator in Ruby is the case insensitive ~=. It allows you to match a value against a pattern, such as a regular expression."
| Is This Answer Correct ? | 0 Yes | 0 No |
Tell me what does ruby name refers to?
What is mvc and why do we use it?
What is concatenating string in ruby. In how many ways you can create a concatenating string.
What does ruby name refers to?
Tell me what is the command to create a migration?
What is ruby class?
Explain ruby class.
Does hash use “ #==” or “#eql?” To compare hash keys?
What is rvm?
Explain me what is the difference between symbol and string?
what is the difference between String and Symbol?
What are the only two values that are falsy?