In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-30 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/02 Report--
This article focuses on "how to solve the problem of Python string substitution", interested friends may wish to take a look. The method introduced in this paper is simple, fast and practical. Let's let the editor take you to learn how to solve the problem of Python string substitution.
A string replacement problem was encountered in the project.
We know that string substitution can be used directly with the replace method, but this method is only suitable for simple character substitution, as long as you know exactly what you want to replace.
For example, remove "java"
S = "java python" print (s.replace ("java", ")) # python
When you encounter a complex scene, you have to replace it with a regular expression.
For example, there is a piece of html text.
S = ""! function (e) w3i9df xxx this is the html text "
I want to get rid of the script script and leave only the html text. This can be achieved by the re.sub method in the regular expression.
Import res = ""! function (e) w3i9df xxx this is the html text "result=re.sub (r")
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.