Introduction
Named captures help you find parts of text and give them easy names. This makes your code clearer and easier to use.
You want to get a person's first and last name separately from a full name string.
You need to extract the day, month, and year from a date in text.
You want to find and label parts of a phone number like area code and number.
You are parsing a log file and want to name parts like time and message.