Current Location: Home> Function Categories> str_ireplace

str_ireplace

The case-insensitive version of str_replace
Similar Functions
  • Find the location where the string first appears (case insensitive) stripos

    stripos

    Findthelocationwhere
  • Calculate the edit distance between two strings levenshtein

    levenshtein

    Calculatetheeditdist
  • Insert HTML newline tag before all new lines of a string nl2br

    nl2br

    InsertHTMLnewlinetag
  • Calculate the md5 hash value of a given file md5_file

    md5_file

    Calculatethemd5hashv
  • Comparing strings using the Natural Order algorithm (case insensitive) strnatcasecmp

    strnatcasecmp

    Comparingstringsusin
  • Setting the locale information setlocale

    setlocale

    Settingthelocaleinfo
  • Calculate the sha1 hash value of a string sha1

    sha1

    Calculatethesha1hash
  • Generate single-byte strings from numbers chr

    chr

    Generatesingle-bytes
Popular Articles