I'm trying to pull a value from a URL like this:
url/section/subsection
I want to pull "section" from it, whatever that may be. What's the best way to do it?
pulling a value from a URL using regex
Moderator: General Moderators
Re: pulling a value from a URL using regex
Your subject string is not going to be constant... I believe, so please give us the pattern of the URL you will be working with and not just one, very specific, example.