- 1,007
- Kent, UK
I'm having a little trouble trying to get preg_replace..
What I need it to do is find:
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
Any help is appreciated
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
Any help is appreciated