Quantcast
Channel: Issues for Feed Scraper
Viewing all articles
Browse latest Browse all 75

right regular expression,but can't get result

$
0
0

hi,
i am using feedapi_scraper,whick is very good, thanks for you excellent work.

but i have a problems, hoping you can help me.

you can see the picture, i test the regular expression in my php test ,it's right,i can get the result.i want the "$30-250". my code is :

<?php
$subject
="Hello,Thanks for reviewing my bid. I'm currently looking for the help of a good english to spanish translator to help me translate a couple pages in the topic of dog training.The help will consist in translating around small 7-10 documents, each of around 500-800 words... (Budget: $30-250, Jobs: Proofreading, Translation)";

preg_match_all('/\$\d+-\d+/', $subject, $result);


print_r($result);
?>

i get the right resulte.

but in feedapi_scraper, said " Test: "/\$\d+-\d+/" reported errors.".

i don't know what's happen, maybe it's a bug. hoping you can help and fix it.

thank you..thank you...

AttachmentSize
aa.jpg39.47 KB

Viewing all articles
Browse latest Browse all 75

Trending Articles