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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T20:16:46+00:00 2026-06-07T20:16:46+00:00

Suppose i had list as below list_fields = [‘Full-Time’, ‘Options:’, ‘Express your interest’, ‘Email

  • 0

Suppose i had list as below

list_fields = ['Full-Time',
 'Options:',
 'Express your interest',
 'Email this to a friend',
 'More information about this job:',
 'Overview:',
 'A',
 'Parasite',
 'position is cool',
 'Are you a LEADER?',
 'For sure there',
 'Hello doing?',
 'If so you will EXCEL.',
 'Bring your skills',
 'programs and procedures']

what i am trying to do is collecting all the strings after overview, i mean need to ignore the strings before overview string. There may many strings before and after overview, but want to collect all the strings only after overview as a list and want to make them as a single string by using something like ''.join([list_fields])
Sorry if i am using words again and again, can anyone please tell me how to do this

Edited Code:
  1. Can we only fetch from after “overview:” to before ‘Bring your skills’.

Thanks in advance

  • 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-07T20:16:48+00:00Added an answer on June 7, 2026 at 8:16 pm

    If you know that the string is litterally "Overview:", you can do

    ''.join(list_fields[list_fields.index("Overview:") + 1:])
    

    This uses list.index() to determine the index of "Overview:" in the list, and uses slicing to get the sublist starting at the index after "Overview:".

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Suppose you had this: def wipeProduct(hash, nameToDelete) hash.each do |i| key = i[0] productName
Suppose you had code like this: _READERS = None _WRITERS = None def Init(num_readers,
I am trying to validate a list of object on Struts2. Suppose you had
Suppose I had a list of ID associated with an entity stored in a
Suppose I have a simple Python list like this: >>> l=['0', '1', '2', '3',
suppose I had something like this: L1=['cat', 'dog', 'fish', 'rabbit', 'horse', 'bird', 'frog', 'mouse'...]
This recent question had me thinking about optimizing a category filter. Suppose we wish
Suppose i had a url as below url = 'https://www.advertise-example.com/ads/2022/presents' Now i am trying
Suppose I had a string for example: >>> stri = "日本" >>> res =
Suppose I had a WCF service that I have coded up, like Clemens Vasters's

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.