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 712567
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T04:51:45+00:00 2026-05-14T04:51:45+00:00

Yep – another noob regex query, which I can’t seem to get. I’m trying

  • 0

Yep – another noob regex query, which I can’t seem to get.

I’m trying to get all matches for the string foo.mydomain.com/ or foo.mydomain.com:1234/ or foo.mydomain.com:<random port>/ but any other paths do not match, ie. foo.mydomain.com/bar or foo.mydomain.com/bar/pewpew

I tried to use: foo.mydomain.com(.*)/$
(which starts with anything, then foo.mydomain.com, then any thing after that until a slash, then end. (This search query is anchored to the end of the line.)

But that doesn’t work. It doesn’t match when I pass in foo.mydomain.com:1234 but it correct says foo.mydomain.com/bar/pewpew is not a match (as expected).

  • 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-14T04:51:45+00:00Added an answer on May 14, 2026 at 4:51 am

    Try:

    ^foo\.mydomain\.com(?::\d+)?/?$
    
    • ^ : Start anchor
    • \. : . is a meta char..to match a
      literal . you need to escape it with \
    • (?:) : grouping
    • \d : A single digit
    • \d+ : one or more digits
    • ? : makes the previous pattern optional
    • $ : End anchor
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to get some code working that a previous developer has written. Yep,
Yep... it's one of those days. public string TagsInput { get; set; } //further
I'm creating a CSS generator in PHP which uses CSSX (yep, they are my
I'm curious, how would you test a string and say yep, that is a
I'm working with Flex 3.4 SDK. I'm trying to programmatically(yep, must be this way)
Yep, I'm a SQL jockey (sorta) coming into the CouchDb Map/Reduce world. I thought
Yep -- the title pretty much sums it up. I've got quite a few
I'm writing my own graphics library (yep, its homework:) and use cuda to do
I have a directory called images filled with about one million images. Yep. I
I am trying to create custom resolver in my ivysettings.xml file: <ivysettings> <settings defaultResolver=default/>

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.