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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T20:01:48+00:00 2026-05-26T20:01:48+00:00

Possible Duplicate: My regex is not working properly Suppose I have long text. From

  • 0

Possible Duplicate:
My regex is not working properly

Suppose I have long text. From following text I need only abstract part. How do I avoid text between {{ }}. Thanks
`

{{ Info extra text}}
{{Infobox film
| name           = Papori
| released       = 1986
| runtime        = 144 minutes
| country        = Assam, {{IND}}
| budget         = [[a]]
| followed by    = free
}}
Albert Einstein ( /'ælb?rt 'a?nsta?n/; German: ['alb?t 'a?n?ta?n] ( listen); 14 March 1879 – 18 April 1955)
 was a German-born theoretical physicist who developed the theory of general relativity, effecting a
 revolution in physics. For this achievement, Einstein is often regarded as the father of modern physics 
 and one of the most prolific intellects in human history.`

OUTPUT:

Albert Einstein ( /'ælb?rt 'a?nsta?n/; German: ['alb?t 'a?n?ta?n] ( listen); 14 March 1879 – 18 April 1955)
 was a German-born theoretical physicist who developed the theory of general relativity, effecting a
 revolution in physics. For this achievement, Einstein is often regarded as the father of modern physics 
 and one of the most prolific intellects in human history.
  • 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-26T20:01:49+00:00Added an answer on May 26, 2026 at 8:01 pm

    What I did:

    >>> text
    "{{ Info extra text}}\n{{Infobox film\n| name           = Papori\n| released       = 1986\n| runtime        = 144 minutes\n| country        = Assam, {{IND}}\n| budget         = [[a]]\n| followed by    = free\n}}\nAlbert Einstein ( /'ælb?rt 'a?nsta?n/; German: ['alb?t 'a?n?ta?n] ( listen); 14 March 1879 – 18 April 1955)\n was a German-born theoretical physicist who developed the theory of general relativity, effecting a\n revolution in physics. For this achievement, Einstein is often regarded as the father of modern physics \n and one of the most prolific intellects in human history.`"
    >>> re.sub(r"\{\{[\w\W\n\s]*\}\}", "", text)
    "\nAlbert Einstein ( /'ælb?rt 'a?nsta?n/; German: ['alb?t 'a?n?ta?n] ( listen); 14 March 1879 – 18 April 1955)\n was a German-born theoretical physicist who developed the theory of general relativity, effecting a\n revolution in physics. For this achievement, Einstein is often regarded as the father of modern physics \n and one of the most prolific intellects in human history.`"
    

    Edit: Bart’s comment is correct.

    Might consider this alternative:

    >>> re.sub(r"\{\{[^\}]*\}\}", "", "{{a\n   oaheduh}} b {{c}} d")
    ' b  d'
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: Regex for matching javadoc fragments I have files having content like /**
Possible Duplicate: Java - Regex problem I have list of URLs of types: http://www.example.com/pk/etc
Possible Duplicate: A comprehensive regex for phone number validation Greetings, I need to implement
Possible Duplicate: Escape string for use in Javascript regex I have a msg like
Possible Duplicate: What is the ultimate postal code and zip regex? I need Regex
Possible Duplicate: RegEx match open tags except XHTML self-contained tags I have a HTML
Possible Duplicate: A comprehensive regex for phone number validation I have an unformatted phone
Possible Duplicate: PHP validation/regex for URL Hi, in my form I have a url
Possible Duplicate: Regex/Javascript to transform Degrees Decimal Minutes to Decimal Degrees I have some
Possible Duplicate: regex replace all ignore case I need to replace all occurrences of

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.