PHP code example of vria / nodiacritic-bundle
1. Go to this page and download the library: Download vria/nodiacritic-bundle library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
vria / nodiacritic-bundle example snippets
// app/AppKernel.php
public function registerBundles()
{
return array(
// ...
new VRia\Bundle\NoDiacriticBundle\VRiaNoDiacriticBundle(),
// ...
);
}
$noDiacriticString = NoDiacritic::filter("Révolution française");
twig
Ceci est une phrase allemande sans caractères spéciaux: {{ "Schöne straße"|nodiacritic("de") }}