- Hands-On Penetration Testing with Python
- Furqan Khan
- 142字
- 2021-07-02 14:13:49
The find(), index(), upper(), lower(), len(), and count() methods
The find() function is used to search for a character or string within our target string. This function returns the first index of the string if a match is found. It returns -1 if it does not find the match:

The index() method is identical to the find() method. It returns the first index of the string if it finds the match and raises an exception if it does not find a match:

The upper() method is used to transform the input string to upper case letters and the lower() method is used to transform a given string to lowercase letters:

The len() method returns the length of the given string:

The count() method returns the number of occurrences of any character or string that we wish to count within the target string:

推薦閱讀
- Extending Jenkins
- Python編程自學手冊
- Building a RESTful Web Service with Spring
- Flink SQL與DataStream入門、進階與實戰
- 數據庫系統原理及MySQL應用教程
- INSTANT Weka How-to
- Wireshark Network Security
- Gradle for Android
- Highcharts Cookbook
- C# 8.0核心技術指南(原書第8版)
- 微服務架構深度解析:原理、實踐與進階
- Python程序設計與算法基礎教程(第2版)(微課版)
- Rust游戲開發實戰
- ASP.NET Web API Security Essentials
- HTML5與CSS3權威指南