Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse JET Guide
Previous Page Home Next Page

<f:lc>

Standard JET2 Format Tags

lc

Convert the tag contents to lower case.

If 'offset' is specified, start conversion from the specified character, otherwise, start conversion from the first character.

if 'length' is specified, convert only the specified number of characters, otherwise, convert all characters from the start character on.


Tag Summary
required <f:lc>
    content consumed by tag evaluation
</f:lc>
full tag <f:lc offset="value" length="value">
    content consumed by tag evaluation
</f:lc>

Optional Attributes
offset
The starting offset (0-based) of the conversion. When omitted, 0 (the start of the content to be converted) is assumed.
length
The number of characters to convert. When omitted, it is assumed that all characters after (and including) the starting character will be converted.

Example
<%-- This will result in 'upper' --%>
<f:lc>UPPER</f:lc>


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire