php regex
hello,
I need to replace my <div> tags to <TEXT> tag, but i'm very bad at regex...
i'm tring with this
<%div%[^>]*>(.*?)</%div%>
but it does not work, what can I do, to change <div align="left">my text</div> to <TEXT align=left">my text</TEXT>
Thanks
Pluda
