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

LeetCode--String刷题总结

时间:2018-05-20 10:49:25      阅读:183      评论:0      收藏:0      [点我收藏+]

标签:mit   etc   字符串   sky   去除   刷题   nta   string   span   

对于不是对于单个字符进行操作,而是对单词进行操作时,可以选择一些库函数

 

常用的有:

1. str.split(" ");  按照空格将字符串进行划分,得到字符串数组

2. str.substring(i, j); 得到字符串的子串 [ i, j )

3. str.contains("s1"); str中是否包含 s1字符串

4. str.charAt(7); str在7位置上的char型字符

5. str.trim(); 去除str两侧的空格

应用:山羊拉丁文Goat Latin

*LeetCode--Goat Latin

LeetCode--String刷题总结

标签:mit   etc   字符串   sky   去除   刷题   nta   string   span   

原文地址:https://www.cnblogs.com/SkyeAngel/p/9062478.html

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