meta data for this page
  •  

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판 양쪽 다음 판
python:str [2021/03/17 12:53]
moonrepeat
python:str [2021/03/17 12:57]
moonrepeat
줄 1: 줄 1:
-==== Python Str ==== +====== Python Str ======
- ​유용한 메소드 +
 ^  String Calculaction ​ ^  String Search ​ ^  Number / Character ​ ^  Space / Strip  ^  Encoding / Decoding ​ ^  Lower / Upper  ^  Split / Join / Fill  | ^  String Calculaction ​ ^  String Search ​ ^  Number / Character ​ ^  Space / Strip  ^  Encoding / Decoding ​ ^  Lower / Upper  ^  Split / Join / Fill  |
 | len() | startswitch() | isalnum() | lstrip() | encode() | islower() | split() | | len() | startswitch() | isalnum() | lstrip() | encode() | islower() | split() |
줄 11: 줄 9:
 |  |  |  |  |  | title() | rjust() | |  |  |  |  |  | title() | rjust() |
 |  |  |  |  |  | capitalize() |  | |  |  |  |  |  | capitalize() |  |
 +===== String Calulaction =====
 +  - len() : 문자열 길이
 +  - min() : 
 +  - max() : 
 +  - count() :