Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 7 - No. 17)
Which types of data validation would be most suitable for checking if an email address is correctly formatted?
Range check
Type check
Length check
Format check
Explanation
Type and length checks, along with a format check, would be most appropriate to validate an email address.
Comments (0)
