1.
What does the =~ operator do in Ruby when used with regular expressions?

3.
What does the /\A anchor represent in a regular expression in Ruby?

4.
What is the purpose of the + quantifier in a regular expression in Ruby?

6.
What does the \d character class represent in a regular expression in Ruby?

10.
What does the \s character class represent in a regular expression in Ruby?