TNumericString.php Table of Contents Classes TNumericStringDenotes a string that's also a numeric value e.g. `"5"`. It can result from `is_string($s) && is_numeric($s)`. ×