Regex to match a 2-digit number (to validate Credit/Debit Card Issue number)

前端 未结 3 1013
青春惊慌失措
青春惊慌失措 2021-02-02 08:46

I would like to use regex to match a string of exactly 2 characters, and both of those characters have to be between 0 and 9. The string to match against would be coming from a

3条回答
提交回复
热议问题