2014/09/08

文字列の左から指定数分の文字列を取得する。

・PHP
substr($string, 0, $length)

・VBA
Left(str_var, length)

0 件のコメント: