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

Please support RegExLib Sponsors

Sponsors

Expressions by User

   Displaying page 1 of 1 pages; Items 1 to 1
Title Test Details 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
   Displaying page 1 of 1 pages; Items 1 to 1

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