码迷,mamicode.com
首页 > 移动开发 > 详细

iOS nsstring 截取字符前后字符串

时间:2014-12-09 15:24:28      阅读:241      评论:0      收藏:0      [点我收藏+]

标签:io   ar   os   on   bs   ios   ca   字符串   rom   

// Str = @"PEK_LHR"

NSRange range = [trafficeStr rangeOfString:@"_" options:NSBackwardsSearch];

from = [trafficeStr substringToIndex:range.location];

to = [trafficeStr substringFromIndex:range.location + 1];

iOS nsstring 截取字符前后字符串

标签:io   ar   os   on   bs   ios   ca   字符串   rom   

原文地址:http://www.cnblogs.com/lihaibo-Leao/p/4153176.html

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