Please check your E-mail!
It looks like you're describing a structured data snippet — possibly a product reference, a user, a model number, and some stats.
You want a feature that extracts and displays key fields from a text pattern like:
const [, firstNameLast, num1, num2, num3, secondPerson, modelNumber, extra] = match;
To create a useful based on this, I need a bit more context, but I’ll make a reasonable guess: