preg_replace Help

  • Thread starter Thread starter Impreza04
  • 0 comments
  • 587 views
Messages
1,007
United Kingdom
Kent, UK
I'm having a little trouble trying to get preg_replace..

What I need it to do is find:

Code:
myteamies[0]="<U>NAME</U>;

where 'NAME' is variable replace it with blank, essentially it's the first part i'm having problems with as i'm not good at regular expressions :indiff:

Any help is appreciated
 
Back