HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: specific number of characters
Author: Xavier Roche
Date: 03/09/2013 11:16
 
> eg to accept say "skip=????" (ie a four digit number
> such as 1475) but reject "skip=???" (ie a three
> digit number such as 755).

-www.example.com/*skip=*[0-9]*[0-9]*[0-9]
+www.example.com/*skip=*[0-9]*[0-9]*[0-9]*[0-9]

Should do the trick.
 
Reply Create subthread


All articles

Subject Author Date
specific number of characters

03/08/2013 23:41
Re: specific number of characters

03/09/2013 11:16
Re: specific number of characters

03/09/2013 15:35




9

Created with FORUM 2.0.11