Master brother, come, solution

Source: Internet
Author: User
Master brother, come fast, urgent... How can I replace the specified character nihao in c: \ a.txt with haha by using JS commands and keep it as a new file c: \ B .txt which indicates that c: \ a.txt contains a lot of messy code, but there is only one nihao character ------ solution ------------------ PHPcode $ contentsfile_get_contents master brother, come fast, urgent...
How can I replace the specified character nihao in c: \ a.txt with haha with a new file c: \ B .txt with a JS command?

Note: c: \ a.txt contains a lot of messy code, but only one nihao character

------ Solution --------------------
PHP code
$ Contents = file_get_contents ("c: \ a.txt"); if (! $ Contents) exit ("check whether the file path is correct"); $ new_contents = str_replace ("nihao", "haha", $ contents); file_put_contents ("c: \ B .txt ", $ new_contents );

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.