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