gpt4 book ai didi

php - 如何替换PHP中固定位置的字符?

转载 作者:塔克拉玛干 更新时间:2023-11-03 06:02:03 25 4
gpt4 key购买 nike

我想用*替换字符串的4~8个字符,怎么办?

HelloWorld

=>

Hell****ld

最佳答案

使用

substr_replace()

喜欢

substr_replace($string, '****', 4 , 4);

阅读更多:

http://php.net/manual/en/function.substr-replace.php

关于php - 如何替换PHP中固定位置的字符?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2513859/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com