| 
注册时间2013-5-20最后登录2018-9-24阅读权限200积分113715精华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 ]
 | 
 
 | 
 |