Tellmewhen string PHP string with character substitution function

Source: Internet
Author: User
Replace characters with the most efficient and simplest character substitution functions in PHP tutorial

str_replace($arr1,$arr2,$str)Example one:

str_replace("iwind", "kiki", "i love iwind, iwind said");

The output " i love kiki, kiki said "

Results

All "Iwind" in the original string are replaced with "Kiki". Str_replace is case sensitive, so you can't imagine using Str_replace ("Iwind", "Kiki",...) Replace "Iwind" in the original string. Str_replace can also achieve many-to-one

Definition and usage

The Str_replace () function replaces some other characters in a string with a string.

Grammar

Str_replace (find,replace,string,count) parameter description
Find required. Specifies the value to find.
Replace Required. Specifies the value that replaces the value in Find.
string is required. Specifies the string to be searched.
Count is optional. A variable that counts the number of replacements.

The article is edited and collated by the data network http://www.ziliao999.com

'). addclass (' pre-numbering '). Hide (); $ (this). addclass (' has-numbering '). Parent (). append ($numbering); for (i = 1; i <= lines; i++) {$numbering. Append ($ ('
  • '). Text (i)); }; $numbering. FadeIn (1700); }); });

    The above describes the Tellmewhen string PHP string and character substitution functions, including the contents of the Tellmewhen string, I hope that the PHP tutorial interested in a friend helpful.

  • Related Article

    Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.