- 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
- 測試驅動開發:入門、實戰與進階
- Building Modern Web Applications Using Angular
- 自己動手實現Lua:虛擬機、編譯器和標準庫
- TestNG Beginner's Guide
- 數據結構(Python語言描述)(第2版)
- 精通API架構:設計、運維與演進
- Python機器學習實戰
- Learning Data Mining with R
- Windows內核編程
- Android玩家必備
- Modern C++ Programming Cookbook
- 玩轉.NET Micro Framework移植:基于STM32F10x處理器
- Building Slack Bots
- 多媒體技術及應用