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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T18:05:40+00:00 2026-05-14T18:05:40+00:00

I have following div: <div id = zone-2fPromotion-2f class = promotion> How can I

  • 0

I have following div:

<div id = "zone-2fPromotion-2f" class = "promotion">

How can I get value 2f present in the end, actually it is the value of Promotion and how can I retrieve it ?

I was using

this.match = this.id.match(/(Promotion)-([0-9a-f]{2})/);

but it is not giving me exact result but it gives me array of (Promotion-2f, Promotion, 2f) but this is not what I require. Any guidance and also if any one can refer me to good online resource for regex, it would highly helpful and appreciated.

  • 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-14T18:05:40+00:00Added an answer on May 14, 2026 at 6:05 pm

    that’s what you want. the results of the match are firstly the entire matched part of the expression, and then the various groups. so since you want to retrieve group 2 (the second lot of ()’s ) just do

    this.match = this.id.match(/(Promotion)-([0-9a-f]{2})/)[2];
    

    also, the best online reference i’ve found is http://www.regular-expressions.info/

    edit: you could just leave out the ()’s around Promotion, since you’re not worried about returning that part, and do this

    this.match = this.id.match(/Promotion-([0-9a-f]{2})/)[1];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using Mootools and I have the following div: <div class=total-title>12</div> I want
I have following div in a page (I can not modify). <div id=:0.control>Click me</div>
I have the following div and paragraphs: <div id=container> <p class=jsavoutput jsavscroll readonly=readonly style=width:225px;
I have following HTML: <div class=olympics style=display: block; position: absolute; left: 250px; top: px;>
I have a webpage including the following div: <div class='book_box'> <table border=0 cellspacing=0> <tr>
I have following PHP code $val=<div id=user.$row['cid']. userid=.$row['cid']. class=innertxt><img src=images/images.jpg width=50 height=50><strong>.$uname.</strong><ul> <li>Email: .$row['cemail'].</li>
I have the following HTML DIV which does not work using FadeIn in IE:
I have the following div: <div class='amazingmenu' id='menupull'> <img src='images/down.png' width=20 height=20 align='right'/> <div
Let's say I have the following div . <div id=123 class=abc>Foobar</div> I know I
I have the following html form <div> <p>Field1</p> <input type=text name=fld_one id=fld_one value= />

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.