Hey guys,
I don’t understand the difference between the * and ? operators.
It’s written that * “matches characters that occur zero or more times”, And ? “as saying the previous element is optional”.
So what’s the difference?
Thanks in advance
1st Challenge: Check for All or None
Link to the challenge:
2nd challenge: Match Characters that Occur Zero or More Times Passed Link to the challenge: