Hello All: I'm trying to write a regular expression that will strip <a href> </ a> tags from documents but want to leave the linked text alone so the document still makes sense. Our server has no modules so I would have to do it like this: /<a [^<]*href=["|\']?([^ "\']*)["|\']?[^>].*>([^<]*)</a>/i Thanks, Tom