"함수 ucwords()"의 두 판 사이의 차이

잔글 (Jmnote 사용자가 함수 title 문서를 함수 title() 문서로 옮겼습니다)
10번째 줄: 10번째 줄:


==같이 보기==
==같이 보기==
*[[함수 capitalize]]
*[[함수 capitalize()]]
*[[함수 uppercase]]
*[[함수 uppercase()]]
*[[함수 lowercase]]
*[[함수 lowercase()]]

2015년 4월 12일 (일) 14:56 판


1 Python

s = 'hello, world!'
print( s.title() )
# Hello, World!

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}