SyntaxFix
Write A Post
Hire A Developer
Questions
It's also used in regular expressions, meaning "at most one repetition of the preceding character"
for example the regular expression /hey?/ matches with the strings "he" and "hey".
/hey?/
he
hey