RegExLib.com - The first Regular Expression Library on the Web!

Please support RegExLib Sponsors

Sponsors

Regular Expression Details

Title Test Find find html tags in text
Expression
(([\n, ])*((<+)([^<>]+)(>*))+([\n, ])*)+
Description
finds all HTML tags (<___>) in text and leaves normal text alone. Also matches all extra spaces and empty lines next to html tag, if any.Ragex has extra parentheses for orientation. Usefull to delete all unwanted html from, lets say, wikipedia souce code.
Matches
<a id = al> | <blahblah> | <<div>something>
Non-Matches
9>3 | normaltext | <<<<<<<<
Author Rating: Not yet rated. Rudolf
Source Rudygreg
Your Rating
Bad Good

Enter New Comment

Title

Name

Comment

Spammers suck - we apologize. Please enter the text shown below to enable your comment (not case sensitive - try as many times as you need to if the first ones are too hard):

Existing User Comments

Copyright © 2001-2025, RegexAdvice.com | ASP.NET Tutorials