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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T03:52:14+00:00 2026-05-20T03:52:14+00:00

I am currently developing a Web-Application using Java EE where I’m using a Rich-Javascript-Editor

  • 0

I am currently developing a Web-Application using Java EE where I’m using a Rich-Javascript-Editor (http://www.primefaces.org/showcase/ui/editor.jsf).
As the user can easily add too many linebreaks that will be convertet to linebreak-tags, I need to remove all these Tags from the end of a String.

Is there an elegant way of using Regex to accomplish this?

An example String would be:

"This is a test <b>bold</b><br/><br/>" 

Where obviously the last two tags have to be removed.

Thank you in advance for any help

Best Regards,
Robert

  • 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-20T03:52:15+00:00Added an answer on May 20, 2026 at 3:52 am

    Something like this:

    String s = "This is a test <b>bold</b><br/><br/>";
    String s2 = s.replaceAll("(\\s*<[Bb][Rr]\\s*/?>)+\\s*$", "");
    // s2 = "This is a test <b>bold</b>";
    

    Note that it will also remove trailing whitespace; you can delete the final \\s* if you don’t want that.

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

Sidebar

Related Questions

I am new to Eclipse. Currently developing a sample web application using primefaces 3.1
I'm a web developer and now developing a swing application. I'm using Netbeans. Currently
I am currently developing a Java web application that exposes a web service interface.
Good morning, I am currently developing a java web application that exposes a web
The web application I'm currently developing supports CSV export from (using SELECT INTO OUTFILE)
I'm currently developing a new web application. This is the first time I'm using
I am currently developing a medium sized web application using PHP and need to
I'm currently developing a Java-based web application on my MacBook. Most of my testing
Currently my team is developing a web 2.0 application in java and we are
I am developing web application using Yii framework. currently i am in the process

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.