Django
Python strip()
jwstory.com
2022. 2. 24. 11:46
반응형
https://docs.python.org/3.4/library/stdtypes.html?highlight=strip
4. Built-in Types — Python 3.4.10 documentation
The following sections describe the standard types that are built into the interpreter. The principal built-in types are numerics, sequences, mappings, classes, instances and exceptions. Some collection classes are mutable. The methods that add, subtract,
docs.python.org
strip function은 문자열 앞 뒤의 공백이 존재할 경우 이를 삭제하는 기능을 수행한다.
반응형