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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T19:52:25+00:00 2026-05-23T19:52:25+00:00

I have a string in format /remove_this/I_want_this_onward/any_number_of_characters . I want to remove /remove_this and

  • 0

I have a string in format /remove_this/I_want_this_onward/any_number_of_characters.
I want to remove /remove_this and want to get remaining string i.e. /I_want_this_onward/any_number_of_characters.
Ex. Input String /myApp/home/welcome , I want to extract /home/welcome.
What will be the the easiest way in Java to get it done ?

EDIT: (extracted from comments)

I want it to extract /home/welcome from redirect:/myapp/home/welcome.

  • 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-23T19:52:26+00:00Added an answer on May 23, 2026 at 7:52 pm

    Assuming your comment in Daniel’s answer is the last word, I’m guessing you wish to find the second forward slash, and copy the remaining characters.

    Here’s my attempt.

    int pos = s.indexOf("/");
    s.substring(s.indexOf("/", pos+1));
    

    if you wish to find the third forward slash, you’d add the following line in between the two lines of code above:

    pos = s.indexOf("/", pos+1);
    

    if you wish to find the fourth, fifth, sixth, etc. forward slash, you would put the above statement in a WHILE loop, in between the two lines of code above.

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

Sidebar

Related Questions

I have a string of this format /abcd-efg-sms-3-topper-2 I want to remove the first
I have a date in String format, mm/dd/yyyy I want to convert this to
I have a string in XML format and I want to use this string
Hi I have the following date as String format. Input 2010-04-20 05:34:58.0 Output I
I have a ConcurrentHashMap in the below format: ConcurrentHashMap<String,ConcurrentHashMap<String,ArrayList>> Now in this map,I want
I want to remove all noise tags from input tags (a string) The tags
Using String.Format how can i ensure all numbers have commas after every 3 digits
I have a string in the format yyyymmdd. It is a string in bash
I have a string of this format 1.0.x.0 I have to write a regex
I have a string in the format: 'nn.nnnnn' in Python, and I'd like to

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.