You can use all the public methods of java String : http://java.sun.com/javase/6/docs/api/java/lang/String.html
Claude Le mardi 06 novembre 2007 à 17:20 +0200, Omer Uretzky a écrit : > Hi, > > > > I'm using your template engine and would like to know if it's capable of > the following java operations: > > > > Substring () - receiving a String and cutting from it only the first 3 > letter. > > To Uppercase() - receiving a String in lower case and turning it to > upper case - like getting "small" and getting out of it "SMALL". > > > > Is there a way to implement it? > > > > Thanks, > > > > Omer Uretzky > > > > > This message and the information contained herein is proprietary and > confidential and subject to the Amdocs policy statement, > you may review at http://www.amdocs.com/email_disclaimer.asp --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
