|
|
Browse by Tags
All Tags » URL » regex
-
Hello, I'm modifying some code that scans through an html document, and converts YouTube links to a URL of our server with $replacement1+ the YouTube ID as a URL parameter "url" (which you can see in the last line). Everything seems ok, I just can't figure out the line for $pattern1. I've tried probably 100 things ...
-
Hi All,
I am trying to find out a regex pattern for a particular URL type, to extract a particular piece of information from that URL.
I am working on JAVA and the URL sample goes like this
lid={ifpdf:92000000000012345}{ifnonpdf:33000000000012345}&cadid=12345}
I am trying to search for the italicized part of the ...
-
I need a regular expression to match three different sections of a URL... I think i am close, but there are a couple of small issues and my head is starting to spin! Any help appreciated:
REQUIREMENT
To split a URL into three parts:
Category String (may or may not be present)
Product String (may or may not be ...
|
|
|