13.
What is the purpose of the * quantifier in a regular expression in Ruby?

14.
What does the \w character class represent in a regular expression in Ruby?

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

20.
What is the purpose of the \G anchor in a regular expression in Ruby?