Concept Flow - Named captures
Input string
Apply regex with named groups
Match found?
No→Exit: No match
Yes
Extract named groups
Use named groups in script
The script applies a regex with named groups to a string, checks for a match, then extracts and uses the named groups.