String類自帶的字符串處理原生方法

  1、取出指定索引的字符 —— 使用charAt()方法api

  

charAt


  2、字符串與字符數組的轉換數組

  

toCharArray


  3、字符串轉大寫。先轉換成數組,而後再改變ASCII碼3d

  

Capital


  4、給定一個字符串,要求判斷其是否由數字組成cdn

  

isNum


  5、字符串與字節數組的轉換blog

  

strByte


  6、字符串是否相等判斷索引

  

strCompare


  compareTo字符串

  

compareTo


  7、查找目標字符it

  

indexOf


  8、判斷子字符串是否存在io

  

indexOfContain



相關文章
相關標籤/搜索