码迷,mamicode.com
首页 > 其他好文 > 详细

方法即用法

时间:2019-08-27 12:43:07      阅读:101      评论:0      收藏:0      [点我收藏+]

标签:one   反序   正则表达   匹配   uil   pre   ext   bst   bsp   

sc.nextline()         指一行全部执行包括空格等.

sc.next()  过滤空格等.

string buffer类可修改容量.

sc.set charat()修改指定索引处的字符.

sc = sc.insert() 插入指定索引处的字符前面.

sc = sc.reverse() 字符串反序;

insert. 插入   reverse 反转

sc = sc.delete() 删除子字符串

delete 删除

int lenght = sbf.length() 获取字符串序列的长度

int index = sbf.indexof()获取字符串所在的索引位置

String substr = sbf.substring()获取从。。。到。。。之间的字符串.

String buffer tmp = sbf.replace() 将。。。到。。的字符替换成什么.

String builder 类单线使用

String buffer 类多线使用

phone. matches() 是否匹配正则表达式是正确的手机号

String regex  用于分割符号       int =(limit) 分割次数

end swith (String  。。)判断后缀

startswith(String prefix) 判断句首

str. replace("一","壹")字符串替换;

str.replaceAll("\\s," "   ")

 

id. substring(数字。数字)

inderxof("  ") 查找字符串

 

方法即用法

标签:one   反序   正则表达   匹配   uil   pre   ext   bst   bsp   

原文地址:https://www.cnblogs.com/qq1534164223/p/11417495.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!