![]() |
|
| NoahWeb.net | 开发者交流中心 | 支持 | 文档 | 反馈缺陷 |
截获指定字符
|
||||||
|
||||||||
截获指定字符。
<table width="100%" border="1" cellspacing="0" cellpadding="2">
</table> |
| StrSub('abcdefgh',2) | cdefgh |
| StrSub('abcdefgh',2,3) | cde |
| StrSub('abcdefgh',-3) | fgh |
| StrSub('abcdefgh',-5,2) | de |
<Action name="logic.demo" NextAction="">
</Action> |
cde
fgh
de
| 参考 |
|---|
| StrSub,StrNow,StrReplace,StrLower,StrUpper,StrLen,Trim,LTrim,BTrim,ETrim,StrPos,StrLPos,HtmlEncode,HtmlDecode,UrlEncode,UrlDecode,nl2br,br2nl,space2dspace,dspace2space |
| Copyright © 2001-2004
The NoahWeb Corporation All rights reserved. |
|