Thread
:
anyone good at regex ? help needed.
View Single Post
03-08-2011, 12:57 AM
cooldude7
Confirmed User
Industry Role:
Join Date: Nov 2009
Location: Heaven
Posts: 4,306
i got it,
search for
/getdownloadmanager.php\?([^\"]*)\">/iU
i.e.
# starts with: getdownloadmanager.php?
# a series of characters up to, but not including, the next double-quote (") - 1st capture
# the string: ">
cooldude7
View Public Profile
Visit cooldude7's homepage!
Find More Posts by cooldude7