1. Regex
    1. Regex match exact text
    2. Regex match numbers - capture using parentheses
    3. Regex capture all the numbers - multiple match
    4. Substitute
    5. Compile once