0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 18.116.10.235


Current Path : /var/www/html/univadmin/vendor/mpdf/mpdf/src/Utils/
Upload File :
Current File : /var/www/html/univadmin/vendor/mpdf/mpdf/src/Utils/NumericString.php

<?php

namespace Mpdf\Utils;

class NumericString
{

	public static function containsPercentChar($string)
	{
		return strstr($string, '%');
	}

	public static function removePercentChar($string)
	{
		return str_replace('%', '', $string);
	}

}