Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » RCP Testing Tool » How to Upper Case or to Lower Case Function(Lower and Upper case function)
How to Upper Case or to Lower Case Function [message #1755934] Thu, 09 March 2017 11:34 Go to next message
Vanta Black is currently offline Vanta BlackFriend
Messages: 11
Registered: May 2016
Junior Member
Hi Guys,
Is there any available function in ECL to be able to change the casing of a string to Upper of Lower? thanks guys.
Re: How to Upper Case or to Lower Case Function [message #1756011 is a reply to message #1755934] Fri, 10 March 2017 06:06 Go to previous message
Ulyana Skorokhodova is currently offline Ulyana SkorokhodovaFriend
Messages: 280
Registered: July 2014
Senior Member
Hi Vanta,

You can use toLowerCase/toUpperCase methods, for instance:

emit "ABC" | invoke toLowerCase | equals "abc" | verify-true
emit "abc" | invoke toUpperCase | equals "ABC" | verify-true

Kind regards,
Ulyana.
Previous Topic:[SOLVED] Swing control interaction
Next Topic:Custom Reporting
Goto Forum:
  


Current Time: Fri Apr 26 08:16:27 GMT 2024

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

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

Back to the top