Member-only storyPython 解鎖 : String MethodsDigNo Ape·FollowJan 7, 2025--Share大小寫轉換- upper()- lower()- title()- capitalize()casefold()空白處理- strip()- lstrip()- rstrip()搜尋和替換字串- find()- index()- rfind()- rindex()- in- replace()- count()分割和連接- split()- join()