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

  • SEARCH
  • Home
  • 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 9133087
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T08:25:36+00:00 2026-06-17T08:25:36+00:00

Possible Duplicate: Parse email addresses for from and to fields in Ruby Given an

  • 0

Possible Duplicate:
Parse email addresses for “from” and “to” fields in Ruby

Given an email address of the form root@host.sub.domain.com, what is the regular expression to get the hostname and the subdomain as two individual variables? I mean $1='host'and $2='sub'?

You help is greatly appreciated 🙂

EDIT I should say I’m asking about a regular expression to do this, no Ruby code. This is to be used in a postfix configuration file, so I need a regexp. I mistakenly talked about Ruby earlier. My fault, sorry for the confusion.

  • 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-06-17T08:25:38+00:00Added an answer on June 17, 2026 at 8:25 am

    Non-greedy groups are your friend. They match just what you need:

    ^(?:.*?)@(.*?)\.(.*?)\.(?:.*?)\.(?:.*?)$
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: jQuery won't parse my JSON from AJAX query So I have parsed
Possible Duplicate: parse youtube video id using preg_match Grab the video ID only from
Possible Duplicate: Parse a Number from Exponential Notation Does Decimal.Parse() support scientific notation? I
Possible Duplicate: Method to parse HTML document in Ruby? If in the variable results
Possible Duplicate: Java: Parse a mathematical expression given as a string and return a
Possible Duplicate: C# Parse a Number from Exponential Notation I currently have: decimal value
Possible Duplicate: Parse multiple doubles from string in C# Say I have a line
Possible Duplicate: Parse form textarea by comma or new line I am copying data
Possible Duplicate: Parse DateTime with timezone of form PST/CEST/UTC/etc I have a date string
Possible Duplicate: Parse DateTime with timezone of form PST/CEST/UTC/etc How to Convert PDT Time

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.