Nayjest\Grids\Components\CsvExport::escapeString PHP Method

escapeString() protected method

protected escapeString ( string $str ) : string
$str string
return string
    protected function escapeString($str)
    {
        return str_replace('"', '\'', strip_tags(html_entity_decode($str)));
    }