Question: Which two functions can sanitize text and validate text formats?

  1. `session_start()` and `filter_input()`
  2. `filter_var()` and `filter_input()`
  3. `preg_match()` and `strstr()`

Answer: The correct answer of the above question is Option B:`filter_var()` and `filter_input()`