Current Location: Home> Function Categories> str_replace

str_replace

Substring replacement
Similar Functions
  • Find the first occurrence of a string strstr

    strstr

    Findthefirstoccurren
  • Convert the first letter of each word in the string to uppercase ucwords

    ucwords

    Convertthefirstlette
  • Output formatted string printf

    printf

    Outputformattedstrin
  • Check if the string ends with the given substring str_ends_with

    str_ends_with

    Checkifthestringends
  • Calculate the sha1 hash value of a string sha1

    sha1

    Calculatethesha1hash
  • Find the location where the string first appears (case insensitive) stripos

    stripos

    Findthelocationwhere
  • Use one string to split another string into an array explode

    explode

    Useonestringtosplita
  • Returns information about the characters used in the string - counts the number of times each byte value (0..255) occurs in a string count_chars

    count_chars

    Returnsinformationab
Popular Articles