|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Problems with regular expressions
How do remove everything between "<FONT" and ">"?
|
|
#2
|
|||
|
|||
|
I haven't got that much experience with PCRE, but give this a shot.. I don't know if there's other better methods of doing it using PCRE:
PHP Code:
edit: sorry bout that.. there seems to be a slight problem with that expression.. I'm working on it right now
__________________
Best Regards, Håvard Lindset Last edited by Lindset : September 13th, 2002 at 08:23 AM. |
|
#3
|
|||
|
|||
|
Hi Lasse,
Have you have a read of my PHP regexp tutorial? It should give you a fairly good idea of how to get to grips with regexp using PHP's ereg_xxx functions. Check it out at http://www.devarticles.com/art/1/106 |
![]() |
| Viewing: Dev Articles Community Forums > Programming > General Programming Help > Problems with regular expressions |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|