Results 1 to 2 of 2
-
12th Aug 2010, 05:34 PM #1OPMemberWebsite's:
wscripts.net damnlolscript.com lulzjet.comneed help with some regex
so, i have this:
Code:$pattern = '|http[^ ["<\t\n\r\f\v]{1,}|'; preg_match_all($pattern, $links, $matches);
for fileserve i only getCode:http://www.fileser
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
thankst3od0r 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
-
13th Aug 2010, 04:23 PM #2MemberWebsite's:
litewarez.net litewarez.com triniwarez.comsimples, your using single qoutes, witch means you cannot escape chars because everything is literal.
try
PHP Code:$pattern = "#http[^ [\"<\t\n\r\f\v]{0,1}#";
preg_match_all($pattern, $links, $matches);
Join Litewarez.net today and become apart of the community.
Unique | Clean | Advanced (All with you in mind)
Downloads | Webmasters
Notifications,Forum,Chat,Community all at Litewarez Webmasters
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Regex in shell
By mahjong in forum Server ManagementReplies: 0Last Post: 8th Apr 2012, 08:58 AM -
Need help with RegEx
By dima1236 in forum Web Development AreaReplies: 7Last Post: 14th Jan 2012, 05:53 PM -
Need help with Regex - VB.NET
By Connor in forum Web Development AreaReplies: 2Last Post: 27th Sep 2011, 05:11 PM -
php help regex!
By ?RaJ? in forum Technical Help Desk SupportReplies: 7Last Post: 26th Apr 2011, 09:22 PM -
Help with Regex
By ChaoscripT in forum Web Development AreaReplies: 2Last Post: 15th Dec 2010, 09:26 PM
themaLeecher - leech and manage...
Version 5.02 released. Open older version (or...