Search
⌘K

Leetcode 3465. Find Products with Valid Serial Numbers

Find all products whose description contains a substring matching the serial-number pattern "SN" followed by exactly four digits, a hyphen, and exactly four more digits (e.g., SN1234-5678), using string/regex matching; return results ordered by product_id ascending.


Question Timeline

See when this question was last asked and where, including any notes left by other candidates.

Comments

Your account is free and you can post anonymously if you choose.