A C D E F G I J L M N O P Q R S T U W X

L

lastPos(char, String) - Static method in class net.nitus.widgets.Strings
Calls the lastIndex method of String class.
lastPos(char, String, int) - Static method in class net.nitus.widgets.Strings
Calls the lastIndex method of String class.
lastPos(String, String) - Static method in class net.nitus.widgets.Strings
Calls the lastIndex method of String class.
lastPos(String, String, int) - Static method in class net.nitus.widgets.Strings
Calls the lastIndex method of String class.
left(String, int) - Static method in class net.nitus.widgets.Strings
Autor: Francesc Ros�s Albiol Returns the string s left aligned, len characters length and padded with blanks.
left(String, int, char) - Static method in class net.nitus.widgets.Strings
Autor: Francesc Ros�s Albiol Here are some examples: left("1234", 2) - "12" left("1234", 6) - "1234 " left("1234", 6, '+') - "1234++" Creation date: (18/8/99 10:19:58)

A C D E F G I J L M N O P Q R S T U W X