JavaScriptで文字列分割
lang | expression |
---|---|
Python | "".split() |
JavaScript | "".slice() |
VBA | split() |
他のも気が付いたら集めてみよう.
-
Core JavaScript 1.5 Reference:Global Objects:String:slice - MDC
@ 2008/07/21 21:41:01
lang | expression |
---|---|
Python | "".split() |
JavaScript | "".slice() |
VBA | split() |
他のも気が付いたら集めてみよう.
コメント
Comments powered by Disqus