Function utf8_ireplace
UTF-8 aware alternative to str_ireplace Case-insensitive version of str_replace Note: requires utf8_strtolower Note: it's not fast and gets slower if $search / $replace is array Notes: it's based on the assumption that the lower and uppercase versions of a UTF-8 character will have the same length in bytes which is currently true given the hash table to strtolower
Package: utf8
See: http://www.php.net/str_ireplace
See:
Located at vendor/joomla/string/src/phputf8/str_ireplace.php
See: http://www.php.net/str_ireplace
See:
utf8_strtolower()
Located at vendor/joomla/string/src/phputf8/str_ireplace.php
Parameters summary
string |
$search |
|
mixed |
$replace |
|
mixed |
$str |
|
mixed |
$count = NULL |
Return value summary
string
|