クラス StrEdit

java.lang.Object
  上位を拡張 StrEdit

public class StrEdit
extends java.lang.Object

文字列の加工を行うプログラム
・length:文字列の長さを返します。
・charAt:指定したインデックスにある文字を返します。
・concat:文字列の最後に任意の文字列を結合します。
・indexOf:指定された文字列が最初に出現する位置のインデックスを返します。
・split:指定した正規表現に一致する位置で分割します。


コンストラクタの概要
StrEdit()
           
 
メソッドの概要
static void main(java.lang.String[] args)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

StrEdit

public StrEdit()
メソッドの詳細

main

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