Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试从某个网页获取内容,并将下一个标记 : ' 替换为另一个子字符串。这不是一个常规的撇号,甚至substr_count($content,"’")返回 0。似乎我无法检测到该标记,因此无法使用 substr_replace 替换他。
substr_count($content,"’")
我该如何处理这个问题?
提前致谢。
如果您正在使用 unicode 字符。使用多字节字符串函数是明智的
http://www.php.net/manual/en/function.mb-substr-count.php