Multiple choice

Which meta character is used to match zero or more occurences of the character immediately preceeding it?

  1. ?

  2. ^

  3. +

  4. *

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation
  • is a wild card character. It matches 0 or more occurrences of the preceding regular expression.