This page is Japanese code S-JIS
文字列中の前後の半角スペースを取り除くJavaScript

VisualBASIC にある Trim() 関数の JavaScript 版です。

そういう JavaScript です。

文字列
テキストボックス中の文字列の最後にも半角スペースがあるよ。

仕組み
ソースみてちょ

メインは、TRimMain(入力文字,取り除く文字) がメインの処理をする関数。
文字列の左側の半角スペースを取り除くのが、TRimLeft(入力文字,取り除く文字) 関数。
文字列の右側の半角スペースを取り除くのが、TRimRight(入力文字,取り除く文字) 関数。
この TRimMain() 関数に引数を与え、戻り値をテキストボックスに戻す役割(サンプルのプログラムを動かすためのだけの役割)の関数が、TRimSamples() 関数。

TRimMain(),TRimLeft(),TRimRight() 関数の「取り除く文字」を変更するといろいろとできるかもね。


応用

動作確認ブラウザ
Netscape Navigator 3.04en for MS-Windows2000
OK
Netscape Communicator 4.6jp for MS-Windows9x
?
Netscape Communicator 4.72jp for MS-WindowsNT4.0
OK
Netscape Communicator 4.75jp for MS-Windows2000
OK
Netscape Communicator 4.75jp for Redhat Linux7
OK
Netscape Communicator 4.79Jp for RedHat Linux7.3
OK
Netscape 6jp for MS-Windows2000
?
Netscape 6.1 for MacOS9.2.2 (J1-9.2.2 MacOSROM J1-8.8.1)
OK
Internet Explorer 5.0(2022) for MacOS9.2.2 (J1-9.2.2 MacOSROM J1-8.8.1)
OK
Internet Explorer 4.72.3110.1 SP1 for MS-Windows9x
?
Internet Explorer 4.72.3110.8 SP1 for MS-WindowsNT4.0
?
Internet Explorer 5.00.2314.1003 for MS-WindowsNT4.0
OK
Internet Explorer 5.00.2919.6307 for MS-WindowsNT4.0
OK
Internet Explorer 5.00.2920.0000 for MS-Windows9x
OK
Internet Explorer 5.00.2920.0000 for MS-Windows2000
OK
Netscape Communicator 4.7jp for MacOS9.04
?
Netscape 6.2.1jp for MS-Windows2000
OK
Netscape 6.2.3jp for MS-Windows2000
OK
Opera (free) 5.12 build932 for MS-Windows2000
OK
Mozzila 0.9.9 for RedHat Linux7.3
OK




mail to active@window.goukaku.com