Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » How to convert to lowercase a specific pattern in multiple java classes using regular expressions?
How to convert to lowercase a specific pattern in multiple java classes using regular expressions? [message #717264] Fri, 19 August 2011 18:48 Go to next message
Charles Morin is currently offline Charles MorinFriend
Messages: 1
Registered: August 2011
Junior Member
Hi folks

I am looking to find a way to convert a specific pattern to lower case for an entire Java project (target: *.jrxml).

Basically, I would like to find all expressions matching the following pattern: $F{TEXT_EXPRESSION}

and then send the TEXT_EXPRESSION string to lower case, so the result would be $F{text_expression}.

I am using Eclipse and I would like to specify a regular expression in the Search and Replace dialog.

Any advice regarding my requirement?

Thank you very much

Charles

[Updated on: Fri, 19 August 2011 18:48]

Report message to a moderator

(no subject) [message #717769 is a reply to message #717264] Mon, 22 August 2011 09:35 Go to previous message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
On 19.08.2011 20:48, Charles Morin wrote:
> I am looking to find a way to convert a specific pattern to lower case
> for an entire Java project (target: *.jrxml).
>
> Basically, I would like to find all expressions matching the following
> pattern: $F{TEXT_EXPRESSION}
>
> and then send the TEXT_EXPRESSION string to lower case, so the result
> would be $F{text_expression}.
>
> I am using Eclipse and I would like to specify a regular expression in
> the Search and Replace dialog.
>
> Any advice regarding my requirement?
This is currently not possible in Eclipse.

Dani
> Thank you very much
>
> Charles
Previous Topic:Can't create a new class
Next Topic: Developing a content Assist plugin
Goto Forum:
  


Current Time: Fri Apr 26 07:16:03 GMT 2024

Powered by FUDForum. Page generated in 0.03522 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top