IOS removes extra spaces in the string-spaces at the beginning and end

Source: Internet
Author: User

If only spaces in the string are replaced, use the nsstring

The stringbyreplacingoccurrencesofstring function is OK.

Eg:

Nsstring * Email = [emailori stringbyreplacingoccurrencesofstring: @ "" withstring: @ ""];

Then, sometimes, we only need to remove the spaces at the beginning and end of a string (because this is often input accidentally by the user). If there is a space in the middle of the input, you can prompt that the email format is incorrect ~

At this time, you need to use the following function:

Stringbytrimmingcharactersinset:

Eg:

Email = [email stringbytrimmingcharactersinset: [nscharacterset
Whitespacecharacterset];

Just remove the spaces on both sides.

Another function is to remove spaces and press enter and replace the red text in the above text. Of course, there are some other functions to read the document!

Whitespaceandnewlinecharacterset

You need it.

PS: otherwise, if people accidentally enter a space in front and cannot find the problem, it is estimated that they will be depressed. If they get mad, they will go to appstore to evaluate a star ...!

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.