Phrozn\Outputter\Console\Color::escape PHP Method

escape() public static method

Escapes % so they don't get interpreted as color codes
public static escape ( string $string ) : string
$string string String to escape
return string
    public static function escape($string)
    {
        return self::getInstance()->getConsoleColorer()->escape($string);
    }