<?php $string = "j3987snmj3j"; $numbers= filter_var($string , FILTER_SANITIZE_NUMBER_INT); $length = strlen($numbers); echo "There are ".$length." numbers in that string";
You have javascript disabled. You will not be able to edit any code.