{"id":33,"date":"2022-04-03T07:17:34","date_gmt":"2022-04-02T23:17:34","guid":{"rendered":"http:\/\/192.168.0.138:8083\/?p=33"},"modified":"2022-04-03T07:32:34","modified_gmt":"2022-04-02T23:32:34","slug":"php-using-regx-to-replace-domain","status":"publish","type":"post","link":"http:\/\/192.168.0.138:8083\/php-using-regx-to-replace-domain\/","title":{"rendered":"php using regx to replace domain"},"content":{"rendered":"\n

use regx replace \u2018
https:\/\/www.clrs.me\/abc\/index’
to \u2018
https:\/\/www.muker.club\/abc\/index’<\/p>\n\n\n\n

\n$a = preg_replace('\/(https):\\\/\\\/([^\\\/]+)\/i', 'https:\/\/www.muker.club','https:\/\/www.clrs.me\/abc\/index');\n\necho $a;<\/code><\/pre>\n\n\n\n

result is
https:\/\/www.muker.club\/abc\/index<\/p>\n\n\n\n


\n","protected":false},"excerpt":{"rendered":"

use regx replace \u2018https:\/\/www.clrs.me\/abc\/index’t […]<\/p>\n","protected":false},"author":1,"featured_media":34,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[3],"tags":[9],"_links":{"self":[{"href":"http:\/\/192.168.0.138:8083\/wp-json\/wp\/v2\/posts\/33"}],"collection":[{"href":"http:\/\/192.168.0.138:8083\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/192.168.0.138:8083\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/192.168.0.138:8083\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/192.168.0.138:8083\/wp-json\/wp\/v2\/comments?post=33"}],"version-history":[{"count":1,"href":"http:\/\/192.168.0.138:8083\/wp-json\/wp\/v2\/posts\/33\/revisions"}],"predecessor-version":[{"id":35,"href":"http:\/\/192.168.0.138:8083\/wp-json\/wp\/v2\/posts\/33\/revisions\/35"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/192.168.0.138:8083\/wp-json\/wp\/v2\/media\/34"}],"wp:attachment":[{"href":"http:\/\/192.168.0.138:8083\/wp-json\/wp\/v2\/media?parent=33"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/192.168.0.138:8083\/wp-json\/wp\/v2\/categories?post=33"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/192.168.0.138:8083\/wp-json\/wp\/v2\/tags?post=33"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}