2010-04-20, 11:11
web site searh more succes with one word searching but title "the" problem for me
i want to use second word of movie name if it's starting "the" .(like : the pacific)
other situation first word enough for me..
if i use 1. word of movie name it's cannot find right info which movies start "the"
i try first row
result
second row
result
it's good. but if movie name just one word like "pacific" it fails...
i want to use second word of movie name if it's starting "the" .(like : the pacific)
other situation first word enough for me..
if i use 1. word of movie name it's cannot find right info which movies start "the"
i try first row
Code:
<RegExp input="$$1" output="\1" dest="2">
<expression noclean="1"/>
</RegExp>
Code:
the+pacific+2009+TR+DVDRip+Xvid-LTRG.avi
second row
Code:
<RegExp input="$$2" output="http://beyazperde.mynet.com/arama.asp?kat=film&keyword=\1+\2" dest="3">
<expression noclean="1">(.[a-z]*)\+(.[a-z]*)</expression></RegExp>
result
Code:
the+pacific