php: deleting words via regular expression
Posted
by Syom
on Stack Overflow
See other posts from Stack Overflow
or by Syom
Published on 2010-04-24T10:09:11Z
Indexed on
2010/04/24
10:13 UTC
Read the original article
Hit count: 185
php
i want to delete the following type of expressions from my script.
<a any text here>nothing or space here</a>
i can do it by three functions, but i think there is a way shorter. could you help me? thanks in advance
© Stack Overflow or respective owner