Search found 7 matches
- Wed Feb 29, 2012 1:11 am
- Forum: BrownRecluse
- Topic: Qustion about Wildget?
- Replies: 4
- Views: 18499
Re: Question about Wildget?
It seems to me that each computer language e.g. Java, Perl, .net or Phyton has their own regular expression. I wish to know which type should be most similar to SBL. Thanks.
- Wed Feb 29, 2012 12:58 am
- Forum: BrownRecluse
- Topic: Qustion about Wildget?
- Replies: 4
- Views: 18499
Re: Question about Wildget?
Thanks for your reply.
In addition to the (\d+) experssion, I found something like [^0-9], [^"] &[^0-9]*([0-9]{3})[^0-9]*([0-9]{3})[^0-9]*([0-9]{4}).... Kindly provide some source of reference such as websites for the RegEx usable in BrownReclues.
Regards
In addition to the (\d+) experssion, I found something like [^0-9], [^"] &[^0-9]*([0-9]{3})[^0-9]*([0-9]{3})[^0-9]*([0-9]{4}).... Kindly provide some source of reference such as websites for the RegEx usable in BrownReclues.
Regards
- Mon Feb 27, 2012 6:43 am
- Forum: BrownRecluse
- Topic: Qustion about Wildget?
- Replies: 4
- Views: 18499
Qustion about Wildget?
Dear,
I noted that the function "Wildget is" very common in the free scripts but cannot find any inforamtion on the pdf manual, kindly advise.
Regards,
Kenneth
I noted that the function "Wildget is" very common in the free scripts but cannot find any inforamtion on the pdf manual, kindly advise.
Regards,
Kenneth
- Sat Feb 25, 2012 11:31 pm
- Forum: Free scripts source code
- Topic: Grabing photos and item descriptions in ebay
- Replies: 6
- Views: 30210
Re: Grabing photos and item descriptions in ebay
Thanks very much for your help. I have tested it and it is really amazing.
- Wed Feb 22, 2012 1:23 am
- Forum: Free scripts source code
- Topic: Grabing photos and item descriptions in ebay
- Replies: 6
- Views: 30210
Re: Grabing photos and item descriptions in ebay
By the way, can I have the script for that?
Thanks
Thanks
- Tue Feb 21, 2012 4:30 am
- Forum: Free scripts source code
- Topic: Grabing photos and item descriptions in ebay
- Replies: 6
- Views: 30210
Re: Grabing photos and item descriptions in ebay
Yes, that's correct. Thanks for your help.
- Mon Feb 20, 2012 9:22 am
- Forum: Free scripts source code
- Topic: Grabing photos and item descriptions in ebay
- Replies: 6
- Views: 30210
Grabing photos and item descriptions in ebay
Hi, I am trying to find a particular item "silk tie" in ebay.com and wish to generate a list of which have the item numbers, seller ID and also grap the item photos to C:\finditem\tie\. In that way, I can save time from clicking each searched pages one by one. Could you help me in preparin...