Skip to main content
  • Create account
  • Log in
Eclipse Plugins, Bundles and Products - Eclipse Marketplace
  • My Marketplace
  • Add Content
  • More
      • Community

      • Marketplace
      • Events
      • Planet Eclipse
      • Newsletter
      • Videos
      • Blogs
      • Participate

      • Report a Bug
      • Forums
      • Mailing Lists
      • Wiki
      • IRC
      • Research
      • Eclipse IDE

      • Download
      • Learn More
      • Documentation
      • Getting Started / Support
      • How to Contribute
      • IDE and Tools
      • Newcomer Forum
  1. Home
  2. Marketplace
  3. Tools (1287)
  4. Find/Replace with Regular Expressions and Match Evaluators

Find/Replace with Regular Expressions and Match Evaluators

Find/Replace with Regular Expressions and Match Evaluators
16
0
Install

Drag to Install!

Drag to your running Eclipse* workspace.
*Requires Eclipse Marketplace Client

Add this URL to your Eclipse Installation to reach this solution's update site.

Oxygen (4.7)
Neon (4.6)
Mars (4.5)
Photon (4.8)
2018-09 (4.9)
2018-12 (4.10)
2019-03 (4.11)
2019-06 (4.12)
2019-09 (4.13)
2019-12 (4.14)
2020-03 (4.15)
2020-06 (4.16)
2020-09 (4.17)
2020-12 (4.18)
2021-03 (4.19)

https://github.com/florianingerl/com.florian.regexfindandreplace/raw/master/releng/com.florianingerl.regexfindandreplace.updatesite/releases/latest

Learn more...

Details Group Tabs

Details

This Eclipse plugin enhances any editor in Eclipse with a Find/Replace dialog that can be brought up with Ctrl + F5.

Compared to the standard Find/Replace dialog in Eclipse, you have the option to replace Regular Expression matches with so-called Match Evaluators.

E.g. suppose you coded a user interface and wanted to move a bunch of controls inside a GridLayout one row down, i.e. replace Row="5" with Row="6" and replace Row="100" with Row="101".

Then search for the Regular Expression (?<=Row=")(\d+) and use the following Match Evaluator to replace those matches:

Function<MatchResult, String> matchEvaluator = new Function<MatchResult, String>(){

@Override

public String apply(MatchResult match){

int i = Integer.parseInt( match.group(1) );

return "" + (i+1);

}

};

Categories:
  • Editor,
  • General Purpose Tools,
  • IDE,
  • Programming Languages,
  • Tools
Tags:
  • regular expressions,
  • find and replace,
  • java,
  • Eclipse Plugin,
  • editor extension,
  • editor,
  • Eclipse Java
Additional Details
Eclipse Versions: 
Oxygen (4.7), Neon (4.6), Mars (4.5), Photon (4.8), 2018-09 (4.9), 2018-12 (4.10), 2019-03 (4.11), 2019-06 (4.12), 2019-09 (4.13), 2019-12 (4.14), 2020-03 (4.15), 2020-06 (4.16), 2020-09 (4.17), 2020-12 (4.18), 2021-03 (4.19)
Platform Support: 
Windows, Mac, Linux/GTK
Organization Name: 
Florian Ingerl
Development Status: 
Production/Stable
Date Created: 
Sun, 2016-08-21 16:24
License: 
EPL
Date Updated: 
Fri, 2021-01-15 10:11
Submitted by: 
Florian Ingerl
Screenshots
Metrics
DateRankingInstallsClickthroughs
January 2021537/91316 (0%)21
December 2020469/91930 (0.01%)14
November 2020533/92520 (0%)22
October 2020557/92717 (0%)12
September 2020566/89413 (0%)13
August 2020433/86725 (0.01%)15
July 2020394/87038 (0.01%)8
June 2020405/86738 (0.01%)21
May 2020403/87642 (0.01%)13
April 2020486/89128 (0.01%)16
March 2020424/89245 (0.01%)13
February 2020409/88541 (0.01%)15
View Data for all Listings
Errors

Unsuccessful Installs in the last 7 Days: 0

Download last 500 errors (CSV)
External Install Button

Marketplace Drag to Install button

By adding the following code below to your website you will be able to add an install button for Find/Replace with Regular Expressions and Match Evaluators.

HTML Code:


Markdown Syntax:



Output: Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client
Tuesday, January 26, 2021 - 09:40
  • Sign in to post reviews.

Markets

  • Eclipse Project (5)
  • Tools (1287)
    • Application Development Frameworks (155)
    • Application Management (27)
    • Application Server (37)
    • BIRT (10)
    • Build and Deploy (102)
    • Business Intelligence, Reporting and Charting (14)
    • Code Management (115)
    • Collaboration (35)
    • Database (45)
    • Database Development (33)
    • Database Persistence (17)
    • Documentation (59)
    • Eclipse Kura (63)
    • Eclipse SmartHome (45)
    • EclipseRT Target Platform Components (8)
    • Editor (332)
    • Entertainment (14)
    • General Purpose Tools (120)
    • Graphics (32)
    • IDE (327)
    • Internet of Things (IoT) (33)
    • J2EE Development Platform (42)
    • J2ME (6)
    • Languages (149)
    • Linux Tools (18)
    • Logging (22)
    • Mobile and Device Development (49)
    • Modeling (89)
    • Modeling Tools (141)
    • Mylyn Connectors (18)
    • Network (13)
    • Other (71)
    • Process (19)
    • Profiling (22)
    • Programming Languages (98)
    • Reporting (33)
    • Rich Client Applications (38)
    • Science (5)
    • SCM (17)
    • Search (40)
    • SOA Development (15)
    • Source Code Analyzer (96)
    • Systems Development (53)
    • Team Development (55)
    • Testing (86)
    • Tools (550)
    • UI (90)
    • UML (40)
    • Web (89)
    • Web Services (31)
    • Web, XML, Java EE and OSGi Enterprise Development (35)
    • XML (30)
  • IoT (112)
    • Eclipse Kura (63)
    • Eclipse SmartHome (45)
  • RCP Applications (79)
  • Training & Consulting (52)
  • Long Term Support (11)

Search

Advanced Search

More like this

  • LiClipseText
  • LiClipse
  • Eclipse XPath evaluation plugin
  • Eclipse Enterprise Java Developer Tools
  • Eclipse Xtext

Favorited by

Eclipse Foundation

  • About Us
  • Contact Us
  • Donate
  • Members
  • Governance
  • Code of Conduct
  • Logo and Artwork
  • Board of Directors

Legal

  • Publishing Guidelines
  • Privacy Policy
  • Terms of Use
  • Copyright Agent
  • Eclipse Public License
  • Legal Resources

Useful Links

  • Welcome to Marketplace
  • Report a Bug
  • Documentation
  • How to Contribute
  • Mailing Lists
  • Forums
  • Marketplace

Other

  • IDE and Tools
  • Projects
  • Working Groups
  • Research@Eclipse
  • Report a Vulnerability
  • Service Status

Copyright © Eclipse Foundation. All Rights Reserved.

Back to the top