问题标签 [ereg-replace]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
php - ereg_replace not working correctly
I've created a message system and would like to auto-convert url-links in a message to clickable HTML links if a new message is posted. I wrote this simple function but it isn't working as it should:
For some urls it is working, but with other urls there are problems and the results are like this:
or
As you can see, it is not correctly converted inclusive the part behind the question mark. Can someone please fix / update my code above? And by the way, would there be perhaps another (and better!) solution instead of using *ereg_replace* ?
php - 如何从电话号码字符串中删除初始(左侧)“+”或“0”?
我需要 PHP 中的正则表达式从电话号码字符串中删除数字开头的 + 或 0。
我有这个功能来删除每个非数字字符
但我需要更好的东西,所有这些例子都应该......
... 像这样
任何建议,非常感谢!
php - ereg_replace 到 preg_replace 的转换,PHP 5,3
对于更改为 PHP 5,3 ...不确定我是否可以将下面的函数名称从 ereg_replace 更改为 preg_replace - 如果这会导致相同的结果,或者是否还必须更改有关 "[\n \r]" og "\t\t+" - 任何可以肯定地告诉我的人(在给定的设置环境中很难测试)...
提前致谢...
php - Ereg_replace 到 preg_replace Lep
如何使这两个先前的 ereg_replace 表达式与 preg_match 一起使用?
和
从评论中添加代码
php - php - deprecated function ereg_replace() is deprecated in php
I Just Bought a PHP Script That Was Working Properly Till I Test It ON my Web Server. When I ran THe Script It looks Great But When I click the Sub-Category of my Website I gives me This Error "Deprecated: Function ereg_replace() is deprecated in /home/*/public_html/includes/functions.php on line 61"
My Script is Look LIke This:
Sorry , My Code Is also Not Proper Formatted. I face Great Problem When I post this Question Stackoverflow. Any Help Is appreciated. The Error Is Occur in Line 61. I am New in PHP. I check, There is ereg and preg Both Functions are present. please help me.. Thanks
php - 已弃用:函数 ereg_replace() 在第 62 行的 /home/user/public_html/includes/functions.php 中已弃用
当我键入我的网站 URL 时,一切正常。但是当我按子类别查看内部内容时,问题就出现了。我的 public_html 中有 5 个文件夹。
他们是:
1.管理员
2.头像
3.FTP
4.图像
5.包括
和一些 php 文件。这是一个脚本。
我不能php。
有一些错误...
已弃用:函数 ereg_replace() 在第 62 行的 /home/exwggayd/public_html/includes/functions.php 中已弃用
不推荐使用:在第 91 行的 /home/exwggayd/public_html/includes/phpflickr/phpFlickr.php 中不推荐使用通过引用分配 new 的返回值
不推荐使用:在第 330 行的 /home/exwggayd/public_html/includes/phpflickr/phpFlickr.php 中不推荐使用通过引用分配 new 的返回值
不推荐使用:在第 399 行的 /home/exwggayd/public_html/includes/phpflickr/phpFlickr.php 中不推荐使用通过引用分配 new 的返回值
不推荐使用:在第 468 行的 /home/exwggayd/public_html/includes/phpflickr/phpFlickr.php 中不推荐使用通过引用分配 new 的返回值
不推荐使用:在第 228 行的 /home/exwggayd/public_html/includes/phpflickr/PEAR/HTTP/Request.php 中不推荐使用通过引用分配 new 的返回值
不推荐使用:在第 324 行的 /home/exwggayd/public_html/includes/phpflickr/PEAR/HTTP/Request.php 中不推荐使用通过引用分配 new 的返回值
不推荐使用:在第 602 行的 /home/exwggayd/public_html/includes/phpflickr/PEAR/HTTP/Request.php 中不推荐使用通过引用分配 new 的返回值
不推荐使用:在第 621 行的 /home/exwggayd/public_html/includes/phpflickr/PEAR/HTTP/Request.php 中不推荐使用通过引用分配 new 的返回值
严格标准:在第 122 行的 /home/exwggayd/public_html/includes/phpflickr/PEAR/Net/URL.php 中为类 Net_URL 重新定义已定义的构造函数
严格标准:不应静态调用非静态方法 PEAR::isError(),假设 $this 来自第 590 行 /home/exwggayd/public_html/includes/phpflickr/PEAR/HTTP/Request.php 中的不兼容上下文
严格标准:不应静态调用非静态方法 PEAR::isError(),假设 $this 来自第 591 行 /home/exwggayd/public_html/includes/phpflickr/PEAR/HTTP/Request.php 中的不兼容上下文
严格标准:不应静态调用非静态方法 PEAR::isError(),假设 $this 来自第 603 行 /home/exwggayd/public_html/includes/phpflickr/PEAR/HTTP/Request.php 中的不兼容上下文
#“includes”文件夹中的function.php......可能有问题。但是当我重新加载页面时,一切似乎都很好。
这是代码...粘贴在 Pastebin 上!
function.php# http://pastebin.com/PR4RKSJS
phpFlickr.php# http://pastebin.com/zzaVehBx
Request.php#hxxp://pastebin.com/MPfq5zAL
URL.php#hxxp://pastebin.com/yDMvA7e5
preg-replace - 需要 ereg_replace 的帮助(已弃用)
您好,我在 2 或 3 年前写过一些脚本。现在它没有运行。我的脚本:
当我用 preg_replace 替换 ereg_replace 时,它给了我一个错误。
我需要你的帮助...谢谢...
php - 需要替换已弃用的 ereg_replace
我在为一家非营利组织工作,我不是 PHP 专家。
我需要替换以下代码:
当我尝试将其修改为 preg_replace 时,每次尝试退出代码时都会出现错误。
regex - 用字符串替换 Ereg_replace
我有一个这样的字符串:
我想将其替换为:
我想用它来替换 ereg_replace 并替换这种短语:
"i:[0-9]a:[0-9]:" 变成 "," 符号。
我试试看:
但我不工作。你能帮助我吗?先感谢您
php - 不推荐使用函数 ereg_replace() - 无法修复
我有上面的错误,我正在努力修复,代码如下所示:
补充一点,我已经对此进行了修改:
但错误仍然存在,它指出第一行和第三行是问题所在。
任何帮助表示赞赏,我查看了其他线程和谷歌,但找不到解决方案。
谢谢。