Current Location: Home> Function Categories> str_ireplace

str_ireplace

The case-insensitive version of str_replace
Similar Functions
  • Convert the first letter of each word in the string to uppercase ucwords

    ucwords

    Convertthefirstlette
  • Generate single-byte strings from numbers chr

    chr

    Generatesingle-bytes
  • Anti-reference a string escaped using addcslashes() stripcslashes

    stripcslashes

    Anti-referenceastrin
  • Binary safe case-insensitive string comparison strcasecmp

    strcasecmp

    Binarysafecase-insen
  • Calculate the soundex key of a string soundex

    soundex

    Calculatethesoundexk
  • Convert the first byte of the string to a value between 0-255 ord

    ord

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

    nl2br

    InsertHTMLnewlinetag
  • Perform a rot13 conversion on a string str_rot13

    str_rot13

    Performarot13convers
Popular Articles