Can is write a regex for a string which has even number of letters and odd number of digits?

Viewed 30

Example: "ABCD123" is a valid string "ABC12" is not valid. i want to check if input string matches this format.

0 Answers
Related