2016-03-16 字符串的包含

Posted zhen_zhen

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了2016-03-16 字符串的包含相关的知识,希望对你有一定的参考价值。

1:

这个在ios8以后才可以的
NSString *string = @"hello bla blah";
if ([string containsString:@"bla"])
{
NSLog(@"string contains bla!");
} else {
NSLog(@"string does not contain bla");
}
2:

 

                            //字条串是否包含有某字符串  gzz0307 这个不会崩溃ios7

            

                            if ([getString rangeOfString:@"="].location == NSNotFound) {

                              MCLog(@"==不做处理==");

                            } else {

            

            

                                MCLog(@"包含  ====");

                                NSArray *arry=[getString componentsSeparatedByString:@"="];

                                NSString *lastString=[arry objectAtIndex:1];

                                StrartQv=[NSString stringWithFormat:@"%@",lastString];

                            }

以上是关于2016-03-16 字符串的包含的主要内容,如果未能解决你的问题,请参考以下文章

2015-07-30 至 2016-03-16错误Note

2016/03/16 codes

[2016-03-16]How can I take better study notes?

CSS3弹性盒模型flex box快速入门 2016.03.16

js 正则包含字符

查询字符串:查询字符串是不是可以包含同时包含查询字符串的 URL?