DEV Community

Discussion on: 5 Useful Python String Methods

Collapse
 
faranaiki profile image
Muhammad Faran Aiki

If you want to get more methods, try typing dir(""). There are more, for example, rsplit or lsplit.