A community of PHP developers offering assistance, advice, discussion, and friendship.
Skip to content
Moderator: General Moderators
Post by requinix » Sun Oct 18, 2009 1:53 pm
Code: Select all
if (preg_match('/\d/', $text)) { // has a number }
Return to “PHP - Code”