게임 및 기타 정보
2013년 12월 22일 일요일
NSString에 특정 문자열이 있는지 검색하는 간단한 함수
- (BOOL)Contains:(NSString *)strSearchTerm on:(NSString *)strText
{
return [strText rangeOfString:strSearchTerm options:NSCaseInsensitiveSearch].location==NSNotFound?FALSE:TRUE;
}
댓글 없음:
댓글 쓰기
최근 게시물
이전 게시물
홈
피드 구독하기:
댓글 (Atom)
댓글 없음:
댓글 쓰기