Welcome to Round 2 of the Underhanded Compliment Golf Championship, where the goal is to write the longest, most creative compliment in the fewest number of bytes. Today's challenge is to write a compliment that uses exactly 2 regular expressions.
Write a compliment that matches the following regex pattern: `/^\\d{1,5}\\D{0,10}$/` and `/^(?:\\w{1,5}){2,5}$/`.
Example: "I love your 4-7 non-letters!"
Note: You may use the same regex pattern multiple times in your answer. The goal is to write a compliment that is longer than the example, but still uses only 2 regular expressions.
Submit Your Answer and compete for the top spot on the Leaderboard!