org.openmobileis.common.util
Class StringFormater

java.lang.Object
  extended byorg.openmobileis.common.util.StringFormater

public final class StringFormater
extends java.lang.Object

Title: OpenMobileIS project source
Description: some facility method to format string

Since:
JDK 1.1
Version:
1.0.
Author:
Philippe Delrieu

Constructor Summary
StringFormater()
           
 
Method Summary
static void main(java.lang.String[] args)
          test method
static java.lang.String removeAccent(java.lang.String str)
          remove string accent
static java.lang.String replaceLinefeedWithBR(java.lang.String input)
          replace string line feed with HTML tag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringFormater

public StringFormater()
Method Detail

removeAccent

public static java.lang.String removeAccent(java.lang.String str)
remove string accent

Parameters:
str - : String to be formated
Returns:
formated string

replaceLinefeedWithBR

public static java.lang.String replaceLinefeedWithBR(java.lang.String input)
replace string line feed with HTML tag

Returns:
formated string

main

public static void main(java.lang.String[] args)
test method



Copyright 2005 e-Care. All Rights Reserved.