Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3312326
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T21:58:54+00:00 2026-05-17T21:58:54+00:00

So I have two possible strings here for example. /user/name and /user/name?redirect=1 I’m trying

  • 0

So I have two possible strings here for example.

/user/name

and

/user/name?redirect=1

I’m trying to figure out the proper regex to match either with a result of:

Array ([0] => /user/name [1] => user [2] => name)

I think the part I’m having an issue with is that the question mark and the GET query after it are optional and will only be there some of the time. I’ve tried many different things and can’t seem to come up with a regex to match the strings whether the ?** is there or not.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T21:58:55+00:00Added an answer on May 17, 2026 at 9:58 pm

    Don’t use a regex,

    Use parse_url(), and explode()

    $result = parse_url("/here/is/a/path?query=string");
    $pieces  = explode("/", $result['path']);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is it possible have two projects with the same name in flex builder? Here
Is it possible to have two methods with the same name but different parameters
I have two possible widths for a string i want to display in a
Possible Duplicate: difference between string object and string literal Let's say I have two
Is it possible to have two app.config files where one app.config serves as a
Is this possible to have two (or more) different kinds of cells to be
Is it possible to have two different foci/focuses on X windows?
Is it possible for me to have two self submitting forms on a single
I have found possible slowdown in my app so I would have two questions:
I have two questions. I know it is possible to declare class objects in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.