Q. What does the \A anchor represent in a regular expression in Ruby? (A) Matches one or more occurrences of the previous character (B) Matches any character except a newline (C) Matches the start of a string (D) Matches the end of a string ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) Matches the start of a string