1、 ascii(string str)
說明:返回字符串‘abc’第一個字母‘a’的ascii值97,字符串‘ABC’ 第一個字母‘A’的ascii值65。
2、 base64(binary bin)
說明:返回二進制1101的base64字符串為MTEwMQ==,二進制1010的base64字符串為MTAxMA==
3、 concat(string a,string b)
說明:按次序連接兩個或多個字符串成一個大的字符串。‘abc’在前,則連接后為‘abchello’;‘hello’在前,則連接后為‘helloabc’;兩個以上的字符串,也是按照次序連接。
4、 instr(string str,string substr)
說明:在字符串'helloabc123' 中從前往后搜索子字符串‘abc’,找到,返回其索引位置6;搜索子字符串‘ccc’,沒找到則返回0。
5、 length(string a)
說明:返回字符串‘abcefg’的長度6。
6、 lower(string a)或lcase(string a)
說明:lower或lcase函數,都將參數字符串'Hello World'全部轉為小寫形式‘hello world
7、 repeat(string str,int n)
說明:repeat函數作用是將參數字符串重復n次。repeat('hello',3)將字符串‘hello’重復了3次,repeat('aa',5)將字符串‘aa’重復了5次。
>>本文地址:http://m.hqfphsz.com/zhuanye/2020/59909.html
聲明:本站稿件版權均屬中公教育優(yōu)就業(yè)所有,未經許可不得擅自轉載。
1 您的年齡
2 您的學歷
3 您更想做哪個方向的工作?