Hacker News new | ask | show | jobs
by xhkkffbf 369 days ago
Can you be more precise? Maybe give me a regex for the pattern? Almost every single license plate I see has 3 or more digits or letters.
1 comments

Yeah for sure, here is the regex `^[a-zA-Z0-9]{3,}$`