package a;
public class test1
static void f2()//基本型別轉字串
static void f3()//字串轉基本型別
static void f4()//建立乙個字串
; string s2=new string(c);
system.out.println(s1);
system.out.println(s2); }
static void f5()//從字串的前面開始查詢乙個字元或者字串
static void f6()//從字串後面開始查詢乙個字元或者字串
static void f7()//獲取字串上的某個字元
static void f8()//判斷字串中是否包含某個子串,這裡指的是連續子串
static void f9()//判斷字串是否為空
static void f10()//判斷字串是否以某個字首開始.在字串首擷取子串等長字串,比較是否相等
static void f11()//判斷字串是否以某個字尾結束.在字串尾部擷取子串等長字串,比較是否相等
static void f12()//比較字串是否相等
static void f13()//替換,返回乙個新的字串
static void f14()//擷取,反回乙個新的字串
static void f15()//去掉在首尾出現的所有的空格,返回乙個新的字串
static void f16()//格式化字串,返回乙個新的字串
static void f17()//按字典順序比較兩個字串,如果前面的字串和後面的字串比是字典後的,返回整數,如果是之前的則返回負數,相等返回0
static void f18()//字串拼接,產生乙個新的字串。相當於+
static void f19()//字串分割, }
static void f20()//去掉字串中所有的空格
system.out.println(haha);
} public static void main(string args)
}
常用類 String類
string類概述 字串是由多個字元組成的一串資料 字串行 字串可以看成是字元陣列 構造方法 public string public string byte bytes public string byte bytes,int offset,int length public string cha...
String 類的實現(3)String類常用函式
1 2 include3 include4 include5 include 6 using namespace std 自己模擬實現的部分相關c string庫函式 8int my strlen const char p 9 17return count 18 19char my strcopy ...
String類的常用方法
注 此檔案為團隊學習中的總結檔案,所以偏重於基礎!老鳥,請飄過!當然,歡迎砸磚!code public class stringdemo public stringdemo 演示string類的初始化 private void init string s5 new string c1 string ...