文件名称:tokenisasi
-
所属分类:
- 标签属性:
- 上传时间:2013-11-29
-
文件大小:5.7kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
The Strip function returns a string with space characters removed from the front, back, or both ends. Intervening space characters between words are retained. Another character can be removed instead.
result = Strip( string [, [ option ] [, character ] ] )
string
the text with characters to remove from the ends
option
One of:
Leading
Trailing
Both -- the default !
character
an alternate character to remove
Examples:
say Strip( 007 , L , 0 ) -- shows: 7 -- leading zeroes are removed
say Strip( both ends need to be shaved , B ) -- shows: both ends need to be shaved
say Strip( 42.0000 , T , 0 ) -- shows: 42. -- trailing zeroes are removed (but not the decimal point!)
say Strip( both ends need to be shaved, again ) -- shows: both ends need to be shaved, again-The Strip function returns a string with space characters removed from the front, back, or both ends. Intervening space characters between words are retained. Another character can be removed instead.
result = Strip( string [, [ option ] [, character ] ] )
string
the text with characters to remove from the ends
option
One of:
Leading
Trailing
Both -- the default !
character
an alternate character to remove
Examples:
say Strip( 007 , L , 0 ) -- shows: 7 -- leading zeroes are removed
say Strip( both ends need to be shaved , B ) -- shows: both ends need to be shaved
say Strip( 42.0000 , T , 0 ) -- shows: 42. -- trailing zeroes are removed (but not the decimal point!)
say Strip( both ends need to be shaved, again ) -- shows: both ends need to be shaved, again
result = Strip( string [, [ option ] [, character ] ] )
string
the text with characters to remove from the ends
option
One of:
Leading
Trailing
Both -- the default !
character
an alternate character to remove
Examples:
say Strip( 007 , L , 0 ) -- shows: 7 -- leading zeroes are removed
say Strip( both ends need to be shaved , B ) -- shows: both ends need to be shaved
say Strip( 42.0000 , T , 0 ) -- shows: 42. -- trailing zeroes are removed (but not the decimal point!)
say Strip( both ends need to be shaved, again ) -- shows: both ends need to be shaved, again-The Strip function returns a string with space characters removed from the front, back, or both ends. Intervening space characters between words are retained. Another character can be removed instead.
result = Strip( string [, [ option ] [, character ] ] )
string
the text with characters to remove from the ends
option
One of:
Leading
Trailing
Both -- the default !
character
an alternate character to remove
Examples:
say Strip( 007 , L , 0 ) -- shows: 7 -- leading zeroes are removed
say Strip( both ends need to be shaved , B ) -- shows: both ends need to be shaved
say Strip( 42.0000 , T , 0 ) -- shows: 42. -- trailing zeroes are removed (but not the decimal point!)
say Strip( both ends need to be shaved, again ) -- shows: both ends need to be shaved, again
(系统自动生成,下载前可以参看下载内容)
下载文件列表
tokenisasi/index.php
tokenisasi/proses.php
tokenisasi
tokenisasi/proses.php
tokenisasi
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.