Ios q & A series-(5) differences between nsstring and nscharacterset

Source: Internet
Author: User
Tags types of functions

========================================================== =============================== Original blog, reprinted please declare the source of Electronic coffee (original id blue rock) ========================================================== ================================

An nsstring object represents a string of ordered characters (text ). an nscharacterset object represents a set of characters in no participant order. it is often much quicker to determine whether a character is a member of an nscharacterset than nsstring. you can't use an nscharacterset object to hold text, at least not in any sensible way, because it does not maintain any order of characters, its use is primarily for determining whether a character exists in a set of characters.


In nsstring splitting and search operations, we often provide two types of functions: nsstring and nscharacterset. What is the difference?

Nsstring is an ordered string.

Nscharacterset does not require character set combination. It is mainly used to determine whether a known string contains a specified character set, rather than to save the string.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.