Difference between revisions of "Test regexp"

From FollowTheScore
Jump to: navigation, search
(New page: {{Type:Test |parameter = titleregexp }} == show articles with two "m" == first we look for %m%m% with titlematch: <DPL> titlematch=%m%m% </DPL> ---- Now we look for m.m with title...)
 
Line 11: Line 11:
  
 
----
 
----
Now we look for m.m with titleregexp
+
Now we look for m.m with titleregexp, which gives us only those pages where there is just one letter between the two "m"s:
 
<DPL>  
 
<DPL>  
 
   titleregexp=m.m  
 
   titleregexp=m.m  
 
</DPL>
 
</DPL>

Revision as of 16:30, 15 March 2007

Template:Type:Test

show articles with two "m"

first we look for %m%m% with titlematch:

Extension:DynamicPageList (DPL), version 3.2.1: Warning: No parameter option supplied for ' '. (Missing '=')


Now we look for m.m with titleregexp, which gives us only those pages where there is just one letter between the two "m"s:

Extension:DynamicPageList (DPL), version 3.2.1: Warning: No parameter option supplied for ' '. (Missing '=')