Home / Questions / Other PHP regex replacement के लिए क्या उपयोग करते हैं? इसका working code example क्या है? Other 0 Views Verified PHP regex replacement के लिए क्या उपयोग करते हैं? इसका working code example क्या है? सही विकल्प चुनें और code/solution को समझें। #php #core php #php programming #php tutorial #php error #php solution #backend #developer Sarkari Result QA Bank Editorially reviewed exam information Share
Verified replace_regex_php() replace_regex_php() Additional Explanation यह विकल्प सही Core PHP solution नहीं है।
Verified Correct Answer preg_replace('/foo/i', 'bar', $text); preg_replace('/foo/i', 'bar', $text); Additional Explanation preg_replace() regex matches replace करता है।
Verified $text.regexReplace() $text.regexReplace() Additional Explanation यह विकल्प सही Core PHP solution नहीं है।
Verified regex_replace_only() regex_replace_only() Additional Explanation यह विकल्प सही Core PHP solution नहीं है।