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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T10:48:11+00:00 2026-06-05T10:48:11+00:00

I am looking for a pattern in a string. The pattern can be matched

  • 0

I am looking for a pattern in a string. The pattern can be matched several time. How can I retrieve the index of each match ?

E.g. If I am looking for the pattern al in the string albala in need the values 0,3.

  • 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-05T10:48:14+00:00Added an answer on June 5, 2026 at 10:48 am
    import java.util.regex.*;
    
    class TestRegex
    {
        public static void main(String[] args)
        {
            Pattern p = Pattern.compile("al");
            Matcher m = p.matcher("albala");
            while(m.find())
                System.out.println(m.start());
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm looking for a pattern equivalent to \w, and which doesn't match numeric pattern.
I am looking for a way to check if an exact string match exists
I Looking for a method that convert time string into Calendar look like this:
I'm looking for a pattern to extract a string left of a c++ comment
Specifically, I am looking for a pattern to provide components with information about the
I'm looking for a design pattern to manage a pool of objects. A thread
I've been looking around for a good pattern to implement a insert then cancel
I am looking for an equivalent pattern in multi-threading in iOS as there is
I'm looking for feedback on the Data Access Object design pattern and using it
I'm looking for an introduction/ some documentation of System.Reactive.Joins, which includes the Pattern, Plan,

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.