regular expressions: extracting matches from text
When to use
Use this skill for extracting matches from text in regular expressions. This skill specifically handles extracting matches from text and nothing else in the regular expressions family.
Procedure
Write regexes to extract all matches/capture groups from text and return them structured.
Notes
This is the regular expressions skill dedicated to extracting matches from text. Sibling skills cover other regular expressions capabilities; this one is the right choice only when the task is about extracting matches from text.