Php replaces the nth character code in the string

Source: Internet
Author: User
Below I have summarized some character replacement methods in php development, including direct replacement without regular expressions or replacement with regular expressions, and replacement using php built-in functions. For example, there is a string: $ a' helloworldhellopighellocathellodoghellosmallboy

Below I have summarized some character replacement methods in php development, including direct replacement without regular expressions or replacement with regular expressions, and replacement using php built-in functions.

For example, there is a string: $ a = 'Hello world hello pig hello cat hello dog hello small boys ';

Then we want to change the 3rd hello appearance to good-bye, for example:

'Hello world hello pig good-bye cat hello dog hello small boys ';

In this case, I will not find the PHP built-in function at half past one, and I wrote this simple small function when the regular expression is not required, if you have recommended built-in functions, leave a message :)

The instance code is as follows:

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.