In regular expressions, question mark sometimes is used for lazy repletion, and sometimes to indicate "The preceding is repeated one or more times."
Are these 2 usages of question mark in regex related to each other; or that they are not related, but happened to use the same character?
If they are related, then how does the following works?
<.+?>