[lang-ref]
文字列
>
( string_convert )
> ( titlize ) ( python )
[lang-ref] ( titlize ) ( python )
def test_titlize(): # titlize s = 'abc def ghi' assert s.title() == 'Abc Def Ghi'