指定範囲の文字列を抜き出す


動作ブラウザ 【 IE:3.0  NN:2.0
Internet Explorer Netscape Navigator DreamPassport iCab
3.0x 4.0x 4.5 5.0x 5.5 2.0x 3.0x 4.0x 4.x 6.0 2 3 2.x
Windows - - -
Macintosh - - -
UNIX - - - - - - - -
Dreamcast - - - - - - - - - - -

ポイント str="Sample"; document.write(str.substring(1,3));
説  明 指定範囲の文字抜き出すにはsubstring()を使います。最初の文字は0番目、2番目の文字が1というようになるので注意してください。
サンプル <html> <head> <title>指定範囲の文字抜き出す</title> </head> <body> <script Language="JavaScript"><!-- str="Sample"; document.write(str.substring(1,3)); // --></script> </body> </html>
補足説明 日本語を抜き出す場合、NN4.5、NN4.06以前では日本語1文字が2文字(バイト)となるため日本語を抜き出す場合は注意が必要です。

■サンプルスクリプトを実行する >>実行
■各ブラウザでの動作結果を見る >>View!

写真素材 PIXTA