I have a string I'm having trouble converting to twig, I've already tried the PHP to twig converters and am having no luck. Any ideas on how to format this in twig?
<?php $string = strtr($model, array('-R' => '', '-r' => '', ' ' => '', '-reconditioned' => '')); ?>