Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

replace exact word in php

$string = preg_replace('/the/', '', $string);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #replace #exact #word #php
ADD COMMENT
Topic
Name
8+7 =