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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T08:57:29+00:00 2026-06-01T08:57:29+00:00

String urlString=http://myApp:8080/new/bin/save/SellerMyPage/WebHome i want to check whether above string contains the string MyPage between

  • 0

String urlString=”http://myApp:8080/new/bin/save/SellerMyPage/WebHome”

i want to check whether above string contains the string “MyPage” between two forward slashes. Also it should be in the end between the slashes and should be prefixed
with some characters. here is the result i am expecting

 "http://myApp:8080/new/bin/save/SellerMyPage/WebHome"  should return true
 "http://myApp:8080/new/bin/save/SellerMyPage1/WebHome"  should return false(its not ending with MyPage)
"http://myApp:8080/new/bin/save/MyPage/WebHome"  should return false(MyPage is not prefixed with any any character)

Looks like i need to take resort of regex for the same? Would appreciate if somebody can help me out regarding regex?

If it contains , i want to extract that string in first case it should return SellerMyPage

For extracting part i used below code snippet but to me iam not convinced it is optimized way. I am sure there should be better way than this?

     String extractedElement="";
 String[] urlSpliArray=urlString.split("/");
        for(String urlElement:urlSpliArray)
        if(urlElement.endsWith("MyPage"))
        {
            extractedElement=urlElement;
        }
  • 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-01T08:57:30+00:00Added an answer on June 1, 2026 at 8:57 am
    Pattern p = Pattern.compile("^.*/([^/]+MyPage)/.*");
    Matcher m = pattern.matcher(urlString);
    if (m.find()) {
      extractedElement = m.group(1);
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

like String urlString=http://myApp:8888/new/bin/save/DIG/WebHome i want to see if this string contains the pattern /DIG/.
i want to call webBrowser.Navigate(string urlString) synchronously where webBrowser is windows forms control. I
I want to download image from the path. This is my code: String urlString
I have a url string like this: http://www.google.com/cse?cx=017840637368510444960:ny1lmky7r-0&client=google-csbe&output=xml_no_dtd&q=simon+g I need to send this url
I have a URL string in the following format. http://myserver.com/_layouts/feed.aspx?xsl=4&web=%2F&page=dda3fd10-c776-4d69-8c55-2f1c74b343e2&wp=476f174a-82df-4611-a3df-e13255d97533 I want to replace
I have some Java code which looks roughly like this: String urlString = ftp://polar.ncep.noaa.gov/pub/history/waves/multi_1.glo_30m.dp.200601.grb2;
I have code like this: string uriString = @C:\Temp\test.html; Uri uri = new Uri(uriString);
I want my search to focus on variables in the URL string. Currently it
NSString *urlString =[NSString stringWithFormat:@http://api.stackoverflow.com/1.0/questions?tagged=iphone & key=%d,key1]; NSURL *url = [NSURL URLWithString:urlString]; NSMutableURLRequest *request =
Basically I want to take a URLString and break out all variables and their

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.