SilverStream
Application Server 3.5

com.sssw.rt.expr
Class AgLeftTrim

java.lang.Object
 |
 +--com.sssw.rt.expr.AgLeftTrim

public class AgLeftTrim
extends Object

A rutime helper class for performing left trim of a String.


Constructor Summary
AgLeftTrim()
           
 
Method Summary
static String evaluate(String s)
          Trims spaces from the beginning of the specified String.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgLeftTrim

public AgLeftTrim()
Method Detail

evaluate

public static String evaluate(String s)
Trims spaces from the beginning of the specified String.
Parameters:
s - the String to be trimmed.
Usage:

This method does not trim tab or linefeed characters.


SilverStream
Application Server 3.5