What is the purpose of a non-capturing group (?:regex)?
(?:regex)
To ignore the regex pattern
To match without capturing the group
To mark the regex as invalid
To capture the match for use in the result