please how I can remove the accent in variable url for example Téléphone to Telephone
 <td><a href="{{ path('search_city',{'cityName':url  }) }}">{{ city }}</a></td> 
                Alternative method :
    <td><a href="{{ path('search_city',{'cityName':url  }) | replace({ 'á':'a', 'é':'e', 'í':'i', 'ó':'o', 'ú':'u' }) }}">{{ city }}</a></td> 
                        If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With