This is the revision history for groups in <freenode.net:#regex>
| factoid_id | subject | copula | predicate | author | namespace |
|---|---|---|---|---|---|
| 14675 | groups | is | Use a (capturing group) if you need to capture a substring. Use a (?:non-capturing group) if you need the functionality of a group, but no capture is required. | digitok | |
| 14674 | groups | is | Use a (capturing group) if you want to capture a substring. Use a (?:non-capturing group) if you need the functionality of a group, but no capture is required. | digitok | |
| 14673 | groups | is | Use a (capturing group) if you want to capture a substring. Use a (?:non-capturing group) if you need the functionality of a group, but no capture is required. | digitok |