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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T19:04:43+00:00 2026-06-03T19:04:43+00:00

I have a java file having @Start, @End tag multiple places. looking for Regex

  • 0

I have a java file having @Start, @End tag multiple places. looking for Regex which can replace the code between these two tag (including tag)

public class MyClass{ 
private String name; 
private String age; 

    @Start 
    private String address; 
    private String phoneNumber; 
    @End 
    -----------
    Some more code goes here
    ---------------

    @Start 
    private String pin; 
    private String amount; 
    @End 

    -----------
    Some more code goes here
    ---------------
}

I’m using google replacer plugin http://code.google.com/p/maven-replacer-plugin/ and below configuration in maven pom to replace the content

<configuration>
..........
<token>@Start.*@End</token>
<value></value>
<regexFlags>
<regexFlag>DOTALL</regexFlag>
</regexFlags>
.......
</configuration>

I could replace the code between tag but it matches first @Start tag and last @End tag and removed everything between these two marker where as i want to replce the content only between two tag.

  • 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-03T19:04:45+00:00Added an answer on June 3, 2026 at 7:04 pm

    Use a non-greedy (or lazy) operator

    @Start.*?@End
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a java file Test.java (below) which uses Guava's HashMultiMap (downloaded from http://code.google.com/p/guava-libraries/
I have java source code in a text file. There has to be entered
i have a java ee project which has a text file that uses a
I have the following snippet of java code: File directoryToMoveTo = new File(file.getParent()+_TEMP); boolean
I am looking to read the contents of a file in Java. I have
I have a java JAR file that is triggered by a SQL server job.
I have two Java.io.File objects file1 and file2. I want to copy the contents
I have the following in a java file (MyRtmpClient.java): import org.apache.mina.common.ByteBuffer; and ByteBuffer is
I have checked the id exists in the R.java file still it shows error
I have a Java program that opens a file using the RandomAccessFile class. I'd

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.