In the final test there is a question asking “How many characters does “*” replace”
Based on this article it should be “one or more characters” (>=1), but this is not a possible answer in the test. The closes options in the test are >=0 or >1.
I would say it should be >=0. In this case the article needs to be updated otherwise the options in the test need to be updated.