- 注册时间
- 2013-5-20
- 最后登录
- 2018-9-24
- 阅读权限
- 200
- 积分
- 113693
- 精华
- 1
- 帖子
- 976
|
output array around given token.
•string stringTrim(string str) — Returns a copy of the string, with leading and trailing whitespace omitted.
•bool stringStartsWith(string str, string prefix) — Tests if given string starts with the specified prefix.
•bool stringEndsWith(string str, string suffix) — Tests if given string ends with the specified suffix.
•string stringToLowerCase(string str) — Converts all of the characters in the given string to lower case (works only with English alphabet).
•string stringToUpperCase(string str) — Converts all of the characters in the given string to upper case (works only with English alphabet).
•bool stringEqualsIgnoreCase(string str1, string str2) — Compares one string to another string, ignoring case considerations (works only with English alphabet).
Download, and unpack it in experts subdirectory. | 下载地址: |
[ 下载地址1 ] |
|
|