Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • 1
    Please post what you have tried so far Commented Aug 16, 2019 at 14:45
  • Also, please elaborate on your objective. If you're trying to parse a URL on the server side (e.g., with Node.js), there may be built-ins that can do it for you (route parameters and req.params, for instance). Commented Aug 16, 2019 at 14:49
  • @IronFlare - Actually, route.parameters is what I am trying to accomplish. I was trying to make something myself to use client-side. I am probably over-complicating this instead of using what you suggested. I was just trying to see if I could make my own solution. Commented Aug 16, 2019 at 15:43