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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T04:51:38+00:00 2026-06-15T04:51:38+00:00

I have some string type data in my database table like as D-101 and

  • 0

I have some string type data in my database table like as D-101 and D-102.
I want to get automatically next data in front end (a JSF web application) to send to database which is D-103.

For this I want to get only int data from string.

How can I do this?

  • 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-15T04:51:39+00:00Added an answer on June 15, 2026 at 4:51 am
    final Pattern lastIntPattern = Pattern.compile("[^0-9]+([0-9]+)$");
                String input = D101;
                Matcher matcher = lastIntPattern.matcher(input);
                if (matcher.find()) {
                    String someNumberStr = matcher.group(1);
                    int lastNumberInt = Integer.parseInt(someNumberStr);
                    System.out.println("Test int output - " + lastNumberInt);
                    inputList.add(lastNumberInt);
                }
    

    then compare max value

    int currentBranchCode = 0;
            for (Integer CCS : companyArrayList) {
                if (currentBranchCode <= CCS) {
                    currentBranchCode = CCS;
                }
            }
    

    and then

    currentBranchCode =currentBranchCode +1;
    String codegenerate="D"+currentBranchCode;
    

    you must try it.

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

Sidebar

Related Questions

In a nutshell: I have some database table data that I want to populate
I have a table in Oracle database with field with data type CLOB .
I have some custom type: [RdfSerializable] public class Item { [RdfProperty(true)] public string Name
Currently, I have some code as follows template<typename Type> Type* getValue(std::string name, bool tryUseGetter
I have a list which contains some items of type string. List<string> lstOriginal; I
I have string value and Type of some variable (For example int and 32
I have a Type, a String and an Object. Is there some way I
I have some string like this: 04:51 05:09 05:29_ 05:49 06:09 06:29 06:49_ 07:09
HI, I have some string from XML file, and I I want to replace
I have a database table with several columns; most of them are VARCHAR(x) type

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.