org.stormcat.jvbeans.util
クラス JvStringUtil

java.lang.Object
  上位を拡張 org.stormcat.jvbeans.util.JvStringUtil

public class JvStringUtil
extends Object

JVBeans用の文字列操作ユーティリティです。

作成者:
a.yamada

メソッドの概要
static String trim(String target)
          JV-Data用の空白除去メソッドです。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

trim

public static String trim(String target)
JV-Data用の空白除去メソッドです。

対象文字列がnullの場合はnullを返します。

パラメータ:
target - 対象文字列
戻り値:
空白除去結果文字列


Copyright © 2009 The Stormcat Project AllRights Reserved.