Python's Strip () and split ()

Source: Internet
Author: User

==>the start

To tell the truth just at the beginning I to strip () and split () These two really do not understand, later on the Internet to check the information to understand.

Maybe people think that these two are very good distinctions, but I was really a bit confused at first, or not quite sure of the usage, so write it down here.

Both of these methods are built-in methods for handling strings .

Look at the picture:

The official explanations give you a look ...

Here are two examples to help understand:

Strip () is the deletion of the specified character at the beginning and end of the string, and is used to remove extra space when the user enters.

The Strip () method returns a string

Split () splits the string (whether it is the beginning, the end, or the middle) by the specified character , and you can customize the number of splits

Split () returns a list.

Next, let's take another example:

<==the End

Python's Strip () and split ()

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.