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:
sail
|
Source |
sail |
Your Rating |
|
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