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

Please support RegExLib Sponsors

Sponsors

Regular Expression Details

Title Test Find Simple but affective
Expression
[\s0-9a-zA-Z\;\"\,\<\>\\?\+\=\)\(\\*\&\%\\$\#\.]*
Description
[\s0-9a-zA-Z\;\"\,]* match any text just add character or symbol to be matched inside[ ] like [\<] for (<) symbol. if u want find between two word then just use Eg : <div>[\s0-9a-zA-Z\;\"\,]* </div> it will return the content between <div> tags. Just add all format to match all .It is better than (.*) because (.*) is difficult to end at particular part as we needed.
Matches
any between given two words
Non-Matches
not check for new line ...etc .i think it work...
Author Rating: The rating for this expression. sail
Source sail
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

Title: Useful one
Name: Tony
Date: 8/3/2007 7:42:38 AM
Comment:
Useful one


Title: Useful one
Name: Tony
Date: 8/3/2007 7:30:13 AM
Comment:
Useful one


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