so, i have this:
Code: 
$pattern = '|http[^ ["<\t\n\r\f\v]{1,}|';
        preg_match_all($pattern, $links, $matches);
this code finds the correct links for rs, hf, sharingmatrix but not for fileserve

for fileserve i only get
Code: 
http://www.fileser
and my links are
Code: 
http://www.fileserve.com/file/afdsaf
http://www.fileserve.com/file/werwq
http://www.fileserve.com/file/wr23
http://www.fileserve.com/file/adsfa
http://www.fileserve.com/file/adsffdsa
how can i get the full fileserve links?

thanks
t3od0r Reviewed by t3od0r on . need help with some regex so, i have this: $pattern = '|http{1,}|'; preg_match_all($pattern, $links, $matches); this code finds the correct links for rs, hf, sharingmatrix but not for fileserve for fileserve i only get http://www.fileser and my links are http://www.fileserve.com/file/afdsaf http://www.fileserve.com/file/werwq http://www.fileserve.com/file/wr23 http://www.fileserve.com/file/adsfa http://www.fileserve.com/file/adsffdsa Rating: 5