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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T23:18:23+00:00 2026-06-08T23:18:23+00:00

After several frustrating hours, I turn to the stackoverflow group for some help. While

  • 0

After several frustrating hours, I turn to the stackoverflow group for some help. While I know that regex can solve my problem, I do not know enough (and am on a deadline, so can’t learn what I need before the deadline) to do what I need to do.

My issue is that I have the following array:

(['ad53930','160x600','&PG=SPTRF3','&AP=1090','regular'],
['ad55852','728x90','&PG=SPTRF1','&AP=1390','regular'],
['ad52971','300x250_pginterstitial','&PG=SPTRF4','&AP=1089','pgInterstitial'],
['ad52969','300x250','&PG=SPTHP4','&AP=1089','regular'])

and need to extract the 6 digit code after the &PG=. I was able to hobble together some regex to pull the entire &PG=XXXXXX string, but built it in Chrome’s console, and after the browser crashed, lost the regex. What I am trying to accomplish is to get a finished product of ‘SPTRF3,SPTRF1,SPTRF4,SPTHP4’ from the array above, either in another array or string.

Any help would be greatly 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-06-08T23:18:25+00:00Added an answer on June 8, 2026 at 11:18 pm

    Why do you need regular expressions? You can just use a substring on that string in the array: .substr(3).

    If the “&PG=” string is always in the array at index 2, then you can iterate through the array of arrays like this:

    for (idx in myArray)
       console.log(myArray[idx][2].substr(4), ",");
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

after several attempts, I can not solve this problem. I have the following mysql
After reading several questions regarding problems with compilation (particularly C++) and noticing that in
After a several hour (re)search, I just can't come up with a explainable difference
After browsing for several hours, I'm completely stumped on how to prevent Windows 7
I am so frustrated right now after several hours trying to find where shared_ptr
After several Google searches, it appears that the way to create PDFs in Rails
I had a class that only worked in Delphi 7 and after several attempts
This should be relatively easy to do, but after several hours straight programming my
After several hours of experimentation, I've managed to reduce the problem to the following
I am trying to install PIL on Mac OSX 10.7.4 but after several hours

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.