I have webpages that are using server pages to generate. I would like to do a search on URL Substitute like this:
URL: http://www.server.com/command.php?arg={0..9}
where successfully matched websites would be
http://www.server.com/command.php?arg=0
http://www.server.com/command.php?arg=1
http://www.server.com/command.php?arg=2 and so on until
http://www.server.com/command.php?arg=9
but this would fail:
http://www.server.com/command.php?arg=0&arg2=3 or anything else after the number.
There has to be a way to do this in OE Pro without inputting all nine examples.
Thanks.
http://www.server.com/command.php?arg={0..9}
http://www.server.com/command.php?arg={0..9}&arg2={0..9}
Best regards,
Oleg Chernavin
MP Staff