<?php $string = 'Namnet på bildtävlingen'; $string = "--My----string hello---"; $rules = <<<'RULES' :: Any-Latin; :: NFD; :: [:Nonspacing Mark:] Remove; :: NFC; :: [^-[:^Punctuation:]] Remove; :: Lower(); [:^L:] { [-] > ; [-] } [:^L:] > ; [-[:Separator:]]+ > '-'; RULES; $slug = \Transliterator::createFromRules($rules) ->transliterate( $string ); echo $slug;
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`