In which of the following scenarios should you use the escaping technique?
A. When you need to tell the interpreter that input is data and not code
B. When you need to validate any input as valid input
C. When you are trying to protect against regular expression injection