Determine whether a string contains at least three numbers [on hold]
How to find out whether a string contains at least three integers in PHP?
Example input and output:
INPUT OUTPUT
------------------------
examplename - FALSE
examplename123 - TRUE
EXAMPLE123 - TRUE
EXAMPLE - FALSE
No comments:
Post a Comment