<?php //$str = file_get_contents("sample.txt"); $str = "yusuf123"; preg_match_all("/\d/", $str, $digits); echo count($digits[0]);
You have javascript disabled. You will not be able to edit any code.