golang/go

regexp/syntax: add examples for flag parsing

Open

#24,136 opened on Feb 26, 2018

View on GitHub
 (1 comment) (1 reaction) (0 assignees)Go (19,008 forks)batch import
DocumentationNeedsInvestigationhelp wanted

Repository metrics

Stars
 (133,883 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Reading the description of grouping and flags, I'm confused about how those flags would apply to theoretical strings. An example or two would be good to demonstrate the use and placement of flags, as well as the resulting capture groups.

Contributor guide