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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T20:23:58+00:00 2026-05-22T20:23:58+00:00

im working on android platform,I use a string variable to fill the html content

  • 0

im working on android platform,I use a string variable to fill the html content after that i want to delete some words(Specifically- delete whatever words are there in between <head>..</head> tag. Any solution?

  • 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-22T20:23:59+00:00Added an answer on May 22, 2026 at 8:23 pm
    String newHtml = oldHtml.replaceFirst("(?s)(<head>)(.*?)(</head>)","$1$3");
    

    Explanation:

    oldHtml.replaceFirst(" // we want to match only one occurrance
    (?s)                   // we need to turn Pattern.DOTALL mode on
                           // (. matches everything, including line breaks)
    (<head>)               // match the start tag and store it in group $1
    (.*?)                  // put contents in group $2, .*? will match non-greedy,
                           // i.e. select the shortest possible match
    (</head>)              // match the end tag and store it in group $3
    ","$1$3");             // replace with contents of group $1 and $3
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am working on android platform. I want to send some data to a
I've been working on the Android SDK platform, and it is a little unclear
I am new to the android platform. Now I am working on TTS(Text to
I am working on a mobile app on the Android platform (and going forward
I am working on a little side project (program for Android platform)and I don't
I have been working on Android for a few months. Now i want to
I am working for manufacture of cell phones. we develop for the Android platform,
I am working in android SDK(Eclipse) platform 2.2 and I have been running through
I am working on a multi-platform app (Mono) that will store text in a
I am working on an android geolocation app. In that I have added marker

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.