Top "Capturing-group" questions

Capturing groups are regular expression constructs that makes use of capturing in regex to capture parts of the matched string during a match sequence in the regexp pattern.

Regex only capturing last instance of capture group in match

I have the following regular expression in two different languages that produces the same odd results (javaScript and Flash). What …

javascript regex actionscript-3 ecmascript-5 capturing-group
Extract URL parameters with regex - repeating a capture group

I'm attempting to extract the URL parameters via regex and am sooo close to getting it to work. I even …

php regex url parameters capturing-group