Thread: RegEx
View Single Post
Old 05-08-2008, 06:05 PM   #6 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Default

By the way, you just want to rid of some text? lol just do
PHP Code:

$string 
preg_replace('/My text/','ttt',$string); 
which replaces My text with ttt in $string;
__________________
VillageIdiot can have my babbies ;d
Orc is offline  
Reply With Quote